List campaigns
list_campaignsRetrieve campaigns filtered by ID, type, state, or status. Returns monetary fields in account currency units.
Instructions
Lists campaigns with optional filtering by id, type, state and status. Monetary fields (DailyBudget.Amount and shared-account Funds — Sum, Balance, SumAvailableForTransfer, Spend) 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). |