List campaigns
list_campaignsRetrieve campaigns filtered by ID, type, state, status, or moderation. Supports pagination and returns monetary values in account currency.
Instructions
Lists campaigns with optional filtering by id, type, state and status. Monetary fields (e.g. DailyBudget.Amount) are returned in account currency units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by campaign ids. | |
| limit | No | Max objects per page. | |
| types | No | Filter by campaign types. | |
| offset | No | Pagination offset (objects to skip). | |
| states | No | Filter by campaign states. | |
| statuses | No | Filter by moderation statuses. | |
| fieldNames | No | Campaign fields to return. | |
| autoPaginate | No | Fetch all pages by following LimitedBy (ignores limit as a total cap). |