Skip to main content
GET
Task events

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Task id (task_<uuid>)

Query Parameters

after_seq
string | null

Replay cursor: emit only steps with seq strictly greater than this. A non-integer is a 400 invalid_cursor. Omitted = from the beginning of the stream.

Response

SSE stream of step events then a terminal done event