SSE status stream
SSE status stream
SSE endpoint for streaming one or more documents’ status updates.
Requires a valid realtime token query parameter plus either one or more document_id values, or recent=10.
GET
SSE status stream
Documentation Index
Fetch the complete documentation index at: https://docs.capout.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Realtime token returned by POST /ws/token.
Repeat this query parameter to subscribe to specific document IDs.
Subscribe to the most recent organization-owned documents instead of listing document_id values.
Response
Streaming response
The response is of type string.
Example:
"event: status.updated\\ndata: {\"document_id\":\"doc_123\",\"status\":\"processing\",\"workflow_complete\":false}\\n\\n"