Autoload: report by ID
autoload_get_report_by_id_v3Fetch summary statistics of an Autoload upload by report ID, including section stats, listing fees, events, status, and feeds URLs. Use it to review upload outcomes.
Instructions
Returns summary statistics of a specific upload by its report_id (v3, current format): section_stats, listing_fees, events, status, and the feeds_urls array of links. Read-only. Get the report_id from autoload_get_reports_v2; for a line-by-line breakdown of listings use autoload_get_report_items_by_id. v3 differs from v2 by supporting multiple feeds (feeds_urls instead of a single feed_url) — prefer v3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Autoload report identifier (ID); obtain it via autoload_get_reports_v2. Required. |