List ad plans (campaigns)
list_ad_plansList VK Ads ad plans with optional filtering by ID, status, and pagination. Retrieves campaign-level objects including budget details in account currency.
Instructions
Lists ad plans (the top-level VK Ads campaign object) with optional filtering by id and status. Money fields (budget_limit, budget_limit_day, max_price) are in the account currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by ad plan ids. | |
| limit | No | Max objects per page (<=250). | |
| fields | No | Ad plan fields to return. | |
| offset | No | Pagination offset (objects to skip). | |
| statuses | No | Filter by status. | |
| autoPaginate | No | Fetch all pages by following offset/count (ignores limit as a total cap). |