Documents
Processing progress (SSE)
SSE progress for a single document.
GET
Stream document processing progress over SSE
text/event-stream of processing ticks until the document is terminal. Subscribe after upload or reprocess instead of polling.Authorizations
Organisation API key from Settings → API / /api/keys/. The secret is
shown once. Send Authorization: Bearer sk-abacus-…. One active key
per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that
surface is Auth0-only with ingest:read / ingest:write scopes.
Path Parameters
Query Parameters
Available options:
event-stream, json Response
OpenAPI shape of a single SSE processing-progress frame.
Documentation-only: the live stream ships the Pydantic
ProcessingProgressEvent union verbatim (event: <type> + data: <json>); this serializer pins the data payload shape for codegen.

