get_run_status
Lightweight status check for a simulation run (fast, <50ms).
Use this for polling instead of get_run. Returns only: id, status, progress_pct (0-100), eta_seconds, error_message, and compute_backend.
Poll every 5-10 seconds. Terminal states: complete, error, cancelled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |