Continue a conversation (streaming)
POST/agents/:agentId/conversations/:conversationId/messages/stream
Submit a follow-up question to an existing conversation and receive the response as a Server-Sent Events (SSE) stream. Requires the ChainOfThought feature flag to be enabled for the environment.
Request
Responses
- 200
- 403
- 404
Server-Sent Events stream. Each event is a JSON object prefixed with data: and terminated by a blank line. Possible event types: stream.started, stream.delta, stream.tool_call, stream.completed, stream.error.
Forbidden
Not Found