Run Status
get_run_statusCheck the current state of an asynchronous backtest run, including elapsed time and expected completion. Identify terminal outcomes like success, failure, or cancellation.
Instructions
Read the durable state of a product-owned asynchronous run.
Includes derived polling fields: log_uri (see get_run_logs),
elapsed_seconds, and eta_bound for active jobs. Terminal states:
SUCCEEDED, FAILED, TIMED_OUT, CANCELLED, ORPHANED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||