Get Run
get_runRetrieve full details of a Coalesce run, including status, timing, node results, and configuration, using the numeric run ID from start_run or run_status.
Instructions
Get details of a specific Coalesce run.
Args:
runID (string, required): Numeric run ID (integer, e.g. '401'). Use the runCounter value from start_run or run_status — not the UUID from run URLs.
Returns: Full run object with status, timing, node results, and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runID | Yes | The numeric run ID (integer, e.g. '401'). Use the runCounter value from start_run or run_status responses — not the UUID from run URLs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |