Skip to main content
GET
Stream Session events (SSE)

Authorizations

Authorization
string
header
required

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

Headers

last-event-id
string
Maximum string length: 16
Pattern: ^[0-9]+$
checkfu-version
enum<string>
required
Available options:
2026-08-29

Path Parameters

id
string
required
Pattern: ^sess_[0-9a-f]{32}$

Query Parameters

page
string
Maximum string length: 14
Pattern: ^c1_[0-9a-z]+$
event_deltas
enum<string>[]

Repeat to opt into best-effort, stream-only previews. agent.message emits event_start and content_delta frames; agent.thinking emits event_start only.

Maximum array length: 2
Available options:
agent.message,
agent.thinking
live_ready
enum<string>

Set to 1 to receive one cursor-neutral checkfu.live_ready control frame after replay catches up and live subscribers are attached.

Available options:
1

Response

text/event-stream of event envelopes

The response is of type string.