Stream Messages
POST/api/v1/chat/{session_id}/messages/stream
Stream agent events for a chat turn as Server-Sent Events.
Stream Messages
curl https://api.cloud.llamaindex.ai/api/v1/chat/$SESSION_ID/messages/stream \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY" \
-d '{
"index_ids": [
"idx-abc123",
"idx-def456"
],
"prompt": "What were the main findings in Q3?"
}'{}Returns Examples
{}