read_run_status
Monitor a run's progress. Poll until status becomes 'succeeded' to unlock result endpoints, or get the error reason if it fails.
Instructions
Returns the run's current status. After start_run, poll this until data.status becomes succeeded.
On succeeded, the result endpoints (read_result_summary / read_social_results / read_social_accounts / read_ec_results) become available.
On failed, data.error holds the failure reason. Always confirm completion here before calling the result endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Run identifier token returned by start_run. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | An analysis job. Identified by token; result endpoints become available once status is succeeded. |