cURL
curl --request GET \ --url https://api.example.com/api/sdk/chat/runs/{run_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get detailed information about a specific chat run including messages and steps.
Successful Response