cURL
curl --request GET \ --url https://api.example.com/api/runs/{run_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get a run by ID with all details, steps, and actions
Successful Response