Skip to main content
GET
Stream a task run

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

Task run id (trun_...)

Response

SSE stream of the resource.

SSE stream. Events: snapshot (full object on connect), update (full object on each change), done (terminal state reached, stream closes), close (stream ended without a terminal state — reconnect to continue). : keep-alive comments are sent every 15s. State lives server-side, so reconnecting resumes losslessly with a fresh snapshot.