Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Headers

Last-Event-ID
string

Resume an event-log stream after the last received SSE event id.

Example:

"4711"

Path Parameters

agentId
string
required
Minimum string length: 1
Example:

"agent_abc123"

threadId
string
required
Minimum string length: 1
Example:

"thread_abc123"

Query Parameters

cursor
string

Opaque pagination cursor returned by a previous request.

Example:

"cursor_abc123"

events
string

Comma-separated event type filter.

Example:

"thread.created,thread.completed"

history
enum<string>

When true, starts from the beginning of the retained buffer.

Available options:
true,
false
Example:

"true"

Response

Thread event stream

event
AgentCreatedWebhookEvent · object
required
seq
number
required