get_run_status
Retrieve full details for a specific run, including status, config, tags, and re-execution lineage via rootRunId and parentRunId.
Instructions
Get full details for a single run: status, config, tags, and run lineage.
Returns: runId, status, startTime, endTime, jobName, tags, runConfigYaml, rootRunId, parentRunId, resolvedOpSelection.
Use rootRunId and parentRunId to understand re-execution chains — if parentRunId is set, this run was re-executed from another run. resolvedOpSelection shows which steps were selected for re-execution.
When to use: after get_runs to inspect a specific run, or to check whether a run is a re-execution of a previous one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||