Skip to main content
GET
/
api
/
v1
/
events
/
stream
Error
A valid request URL is required to generate request examples
{
  "error": "<string>",
  "error_type": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string
required

Project ID

Query Parameters

topic
string

Topic to stream from

workflow_run_id
string

Workflow run ID to stream events for

last_sequence_id
integer<int64>

Last sequence ID for continuation

last_timestamp
string

Last timestamp for continuation (RFC3339)

Response

SSE stream of events