List creatives
list_creativesRetrieve paginated ad creatives from your Avito Ads account with filters by status, campaign, group, date, advertiser, and type. Includes creative metadata, legal (ERID) info, and API points balance.
Instructions
Lists the account's creatives — the ads themselves — one page at a time. Returns {total, items, page, limit, hasNextPage} plus apiPointBalance (weekly API points left). Each creative carries id, name, title, description, buttonText, link, status, groupID, campaignID, advertiserID, paymentModel, campaignType and legalInfo (the ad-registry/ERID data). Read-only: creatives cannot be uploaded, edited, sent to moderation, paused or deleted through this API — only ad-group budget and bid are writable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Creative ids to keep. | |
| page | No | 1-based page number. Default 1. | |
| limit | No | Page size, 1..100. Default 20. | |
| filter | No | Escape hatch: extra filter keys merged as-is into the request filter (API spelling). The named fields above win on conflict. | |
| groupIds | No | Ad group ids whose creatives to keep. | |
| managers | No | Manager (account user) ids whose creatives to keep. | |
| statuses | No | Creative statuses to keep: draft, ready_for_moderation, in_moderation, moderation_failed, erir_registration, active, paused, stopped, finished, archived. | |
| timeFrame | No | Keep creatives whose flight window falls in this range: {from, to}, YYYY-MM-DD. | |
| advertisers | No | Advertiser ids whose creatives to keep. | |
| campaignIds | No | Campaign ids whose creatives to keep. | |
| campaignTypes | No | Campaign types to keep: textImage, HTML, video. | |
| paymentModels | No | Payment models to keep: CPM, CPC. |