Check an async report
report_statusCheck an async report job by report_id (from report_request or report_list). Returns its status: PENDING or IN_PROGRESS (still generating — wait a bit and check again) or DONE. When DONE, result_url is a download link for the result ZIP; hand it to the user. Links are time-limited — if one has expired, run report_status again for a fresh link. The server never downloads the file itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | The report_id returned by report_request (or seen in report_list). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| report_id | Yes | ||
| created_at | Yes | ||
| result_url | Yes | ||
| updated_at | Yes | ||
| report_type | Yes |