List contracts
list_contractsRetrieve a paginated list of contracts from your Avito Ads account, with filtering by contract IDs, numbers, clients, or contractors. Includes legal details and remaining API points.
Instructions
Returns one page of contracts registered under the account: {total, items, page, limit, hasNextPage} plus apiPointBalance (weekly API points left). Each item carries id, type, number, date, subject, object (the contract action), cid, description (the counterparty type), parentId (set on additional agreements) and the client/contractor legal details. Narrow the page with filter.ids / filter.numbers / filter.clients (advertiser ids) / filter.contractors. limit is 1..100 (default 20); page is 1-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Default 1. | |
| limit | No | Page size, 1..100. Default 20. | |
| filter | No | Filter for the page. Omit for all contracts. |