get_analysis_status
Check an analysis task's status using its run ID, returning queued, running, succeeded, failed, or cancelled states. Poll this endpoint to monitor task completion.
Instructions
Get the current status of an analysis task.
Returns task metadata including status (queued, running, succeeded, failed, cancelled) and timestamps. Use this to poll for completion.
Args: run_id: Task identifier returned by start_analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |