get_run_status
Check a pipeline run's current status by its run ID, returning whether it is queued, running, succeeded, or failed.
Instructions
Get the current status of a run (queued, running, succeeded, or failed) by its run_id, as returned by run_pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run id returned by run_pipeline. |