Skip to main content
GET
/
api
/
sdk
/
chat
/
runs
/
{run_id}
Get detailed chat run data
curl --request GET \
  --url https://api.example.com/api/sdk/chat/runs/{run_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

run_id
string
required

Response

Successful Response