## 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. ### Parameters - `--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 ### Returns - `BetaChatStreamResponse: unknown` ### Example ```cli 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?' ``` #### Response ```json {} ```