Conversations
Real-time event stream
Streams events from an active or recently completed conversation over Server-Sent Events (SSE). This can be used to monitor the conversation in real time, e.g. to fetch the live transcript.
- Events are streamed as newline-delimited JSON via Server-Sent Events (SSE).
- The stream starts as soon as events are available.
- After a conversation ends, the stream remains active for 24 hours.
- See the Real-time chat session WebSocket API docs for event types, schema, and usage.
GET
Real-time event stream
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The API version to use.
Available options:
2025-06-19
Path Parameters
Unique identifier for the conversation, e.g. conv_8qm9JBCiTe7
.
Response
200
text/event-stream
Successful response.
Events emitted by the agent system in response to client input or internal agent logic.
Real-time event stream