get_run
Fetch a simulation run by run_id to view its recommended action, confidence, expected value, mode, and creation time. Use list_runs to find run IDs; read-only, unknown IDs return not_found.
Instructions
Fetch one simulation run by run_id with its full detail — the decision metrics and the request context it ran under. Use list_runs to find run ids. Read-only; an unknown run_id fails with not_found. Returns the run record: run_id, recommended_action, confidence, expected_value, mode, and created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | UUID of the simulation run |