Autoload: upload listings
autoload_get_report_items_by_idRetrieve the processing results for each listing in an autoload report: ad IDs, Avito IDs, status, errors, warnings, and links. Use for detailed per-item breakdown of an upload.
Instructions
Returns the processing result of each listing in a specific upload (by report_id): ad_id, avito_id, avito_status, report section, errors/warnings, and a link. Read-only, with pagination (the response contains meta with total/pages). Use it for a line-by-line breakdown of an upload; for an upload summary see autoload_get_report_by_id_v3. Get the list of available sections for the sections filter from the report's section_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Autoload report identifier (ID); obtain it via autoload_get_reports_v2. Required. | |
| per_page | No | Number of listings per page. Defaults to 50; the API allows up to 200, but it is capped at 100 here. | |
| page | No | Page number (integer ≥ 1). Defaults to the first page. | |
| query | No | Filter by listing ID: one or more IDs from the file or Avito IDs, separated by "," or "|". | |
| sections | No | Filter by report sections: section slug identifiers separated by "," or "|" (get the slugs from the report's section_stats, e.g. via autoload_get_report_by_id_v3). |