Skip to main content
GET
/
v1
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
attach
Attach to run stream
curl --request GET \
  --url https://flow.seekr.com/v1/threads/{thread_id}/runs/{run_id}/attach \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization Bearer Token

Headers

x-team-id
string | null

Path Parameters

thread_id
string
required
run_id
string
required

Response

Successful Response

Last modified on June 18, 2026