Skip to main content
GET
/
order_status
/
{request_id}
Get order status
curl --request GET \
  --url https://start.aiotic.ai/order_status/{request_id} \
  --header 'X-API-Key: <api-key>'
{
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timestamp": "2023-11-07T05:31:56Z",
  "status": "QUEUED",
  "attachments": {},
  "metadata": {},
  "result": {},
  "state": {}
}

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

JSON data containing the parsed document result

state
object

JSON data containing the processing state