Skip to main content
GET
/
v1
/
runs
/
{run_id}
/
stream
Stream Run Logs
curl --request GET \
  --url https://api.example.com/v1/runs/{run_id}/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

run_id
string<uuid>
required

Query Parameters

token
string
required

Response

Successful Response