Skip to main content
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

Authorization
string
header
required

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

att_id
integer
required

Query Parameters

format
enum<string>
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.

type
enum<string>
required
  • progress - progress
  • complete - complete
  • error - error
Available options:
progress,
complete,
error
status
string
required
progress
integer
required
stage
string
required