v30

latestOpenAPI 3.0.3raw.githubusercontent.com2026-02-16162228.3 KB
Responses

Create response (sync or streamed)

post/agents/{agentId}/conversations/{conversation_id}/response

Path parameters

agentIdstring required

The unique identifier of the agent

conversation_idstring required

Request body

messagestring required
streamboolean

If true and the client sets Accept: text/event-stream, the API returns an SSE stream instead of a single JSON body.

Response

application/json → completed response. • text/event-stream → SSE stream of events.

idstring required
conversationIdstring required
type'text' | 'chart' | 'table' | 'error' required
messagestring required
chartChart