Autoload: upload listings
autoload_get_report_items_by_idRetrieve detailed processing results for each listing in an autoload upload, with pagination, filtering by section or listing ID, and including status, errors, and warnings.
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 |
|---|---|---|---|
| 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 "|". | |
| per_page | No | Number of listings per page. Defaults to 50; the API allows up to 200, but it is capped at 100 here. | |
| 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). | |
| report_id | Yes | Autoload report identifier (ID); obtain it via autoload_get_reports_v2. Required. |