GET
Task Copilot Stream

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

A text/event-stream that stays open. Each frame is event: <name> followed by data: <json>, and the JSON repeats the name in its event field so one value identifies the frame. A line starting : is a keep-alive, sent every 15s so idle proxies do not close the connection. Read it with an SSE client (EventSource, httpx-sse) — the body is never a single JSON document.

The response is of type any.