Skip to main content
GET
Stream Workflow Events

Authorizations

X-API-Key
string
header
required

API key for authentication.

Headers

Last-Event-ID
string | null

The id of the last event you received. Send it when reconnecting to continue from that point instead of the start of the run.

Path Parameters

execution_id
string
required

Response

An SSE stream. Each data line is one workflow event; the schema below describes a single event, not the whole body.

A single streaming event from a workflow execution.

delta
ThinkingMessage · object
required

The agent's intermediate reasoning while researching.

execution_id
string
required

Workflow conversation identifier. Use this to resume the conversation.

request_id
string
required

Unique identifier for this request.