Check report status
get_report_statusCheck the status of an async report (PENDING, PROCESSING, COMPLETED, or FAILURE). Use after creating a report to know when it is ready for download.
Instructions
Check the status of an async report created with create_report. Status flows PENDING → PROCESSING → COMPLETED (or FAILURE with a reason). When COMPLETED, use download_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profileId | No | Amazon Ads profile id (Amazon-Advertising-API-Scope). Omit to use the AMAZON_ADS_PROFILE_ID default. Discover ids with get_profiles. | |
| reportId | Yes | Report id from create_report. |