Returns the ad-level entities (Meta ads, Google ads, TikTok ads, LinkedIn creatives, Reddit ads).Documentation Index
Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
Use this file to discover all available pages before exploring further.
When to use
- “List ads in this adset.”
- “Which creatives are currently active?”
get_ad_entity.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sources | string[] | No | Source slugs to include. |
adset_id | string | No | Limit to a single adset / ad group. |
name_like | string | No | Case-insensitive substring filter on name. |
status | string | No | Filter by status. |
limit | integer | No | Max rows (1–500, default 200). |
format | string | No | csv (default), json, or yaml. |