Stream message events
Stream real-time events for a specific agent message using Server-Sent Events (SSE). Only available for agent messages. This endpoint is redirected to /api/sse/ for SSE traffic routing.
Authorizations
Your DUST API key is a Bearer token.
Path Parameters
ID of the workspace
ID of the conversation
ID of the message
Response
SSE event stream. Each event is sent as data: {json}\n\n.
Events are discriminated by the type field. Each event payload also includes a step integer.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
Server-Sent Event for agent message streaming. Discriminated on the type field. Each event also includes a step integer.
generation_tokens The token(s) generated in this chunk
tokens, chain_of_thought, opening_delimiter, closing_delimiter Present when classification is opening_delimiter or closing_delimiter