get_run
Retrieve evaluation run status and results. Provide a run ID to access metrics, outputs, and transcripts from completed runs.
Instructions
Get run status/results. Status: PENDING→RUNNING→COMPLETED. Completed runs include metrics (custom per org) and output_ids for transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The unique ID of the run to retrieve. Get this from list_runs. |