Get Run Results
get_run_resultsRetrieve execution results for a specific Coalesce run. Obtain per-node status, row counts, and errors using the numeric run ID.
Instructions
Get the execution results of a specific Coalesce run.
Args:
runID (string, required): Numeric run ID (integer). Use runCounter, not the UUID.
Returns: Run results including per-node execution status, row counts, and errors.
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 |