Skip to content

Stream Messages

$ llamacloud-prod beta:chat stream
POST/api/v1/chat/{session_id}/messages/stream

Stream agent events for a chat turn as Server-Sent Events.

ParametersExpand Collapse
--session-id: string

Path param

--index-id: array of string

Body param: Indexes to retrieve data from.

--prompt: string

Body param: User message for this chat turn.

--organization-id: optional string

Query param

--project-id: optional string

Query param

ReturnsExpand Collapse
BetaChatStreamResponse: unknown

Stream Messages

llamacloud-prod beta:chat stream \
  --api-key 'My API Key' \
  --session-id session_id \
  --index-id idx-abc123 \
  --index-id idx-def456 \
  --prompt 'What were the main findings in Q3?'
{}
Returns Examples
{}