Skip to main content
GET
Get order status

Authorizations

X-API-Key
string
header
required

API key for authentication. Required on all endpoints except /healthcheck. Customer and product endpoints also accept a customer-specific API key.

Path Parameters

request_id
string<uuid>
required

UUID of the order request

Response

Order status details

request_id
string<uuid>
required

Unique identifier for the request

timestamp
string<date-time>
required

When this status was recorded

status
enum<string>
required

Current processing status of the document

Available options:
QUEUED,
PROCESSING,
ATTENTION,
PROCESSED,
FAILED,
MODIFIED,
REPROCESSED,
SENT
attachments
object

Dictionary of file names to file metadata

metadata
object

Additional metadata associated with the document

result
object | null

JSON data containing the parsed document result

state
object | null

JSON data containing the processing state