Skip to main content
GET
Get Document Status

Authorizations

Authorization
string
header
required

Okta access-token JWT sent as a Bearer token. The token identifies the user and scopes access to the user's organization.

Path Parameters

document_id
string
required

UUID of document

Response

Status retrieved successfully

task_id
string
required

Document ID

status
enum<string>
required

Current processing status

Available options:
Pending,
Ingesting,
Generating,
Ready,
Failed
progress
integer | null

Progress percentage (reserved for future use)

error
string | null

Error message if status is Failed