> ## 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.

# list_adsets

> Ad sets / ad groups across connected ad platforms with status and budget.

Returns adsets (Meta), ad groups (Google, TikTok) in a unified shape.

## When to use

* "List adsets in the Spring Launch campaign."
* "Which adsets are paused?"

## Parameters

| Parameter     | Type      | Required | Description                                |
| ------------- | --------- | -------- | ------------------------------------------ |
| `sources`     | string\[] | No       | Source slugs to include.                   |
| `campaign_id` | string    | No       | Limit to a single campaign.                |
| `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`.        |

## Output

```csv theme={null}
source,id,campaign_id,name,status,budget,updated_at
facebook_ads,1200012345,1100012345,US 25-44 Lookalike,active,50.00,2026-05-15T...
google_ads,1200098765,1100098765,Brand Exact,active,100.00,2026-05-15T...
```
