curl --request GET \
--url https://app.splox.io/api/v1/chat-internal-messages/{chatId}/listen \
--header 'Authorization: Bearer <token>'"<string>"Streams real-time chat messages via Server-Sent Events
curl --request GET \
--url https://app.splox.io/api/v1/chat-internal-messages/{chatId}/listen \
--header 'Authorization: Bearer <token>'"<string>"curl -N -H "Authorization: Bearer YOUR_TOKEN" \
https://app.splox.io/api/v1/chat-internal-messages/{chat_id}/listen
{
"id": "0199f300-b22c-8d9e-5555-999901cdef02",
"chat_id": "0199f200-a11b-7c8d-4444-888890abcdef",
"role": "assistant",
"content": "Hello! How can I help you?",
"created_at": "2025-10-22T12:16:00Z",
"workflow_request_id": "0199f123-d60e-7ffd-9131-4cc5ab040ee8"
}
user - Messages from the userassistant - Messages from the AI/workflowsystem - System messages (optional)