Get Run Details
get_run_detailsRetrieve run metadata and execution results in a single API request. Input the numeric run ID to get combined run details and results.
Instructions
Get run metadata and execution results in a single call. Combines get_run and get_run_results.
Args:
runID (string, required): Numeric run ID (integer). Use runCounter, not the UUID.
Returns: { run: RunObject, results: ResultsObject, resultsError?: ErrorObject }
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 |
|---|---|---|---|
| run | No | ||
| results | No | ||
| resultsError | No |