Invoices
Get Invoice Processing Status
This endpoint allows you to check the status of invoice processing jobs and retrieve the extracted data once processing is complete.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the processing job
Response
200
application/json
Job status retrieved successfully
Example:
"job_123456789"
Available options:
processing
, completed
, failed
Example:
"completed"
Example:
"sample_invoice.pdf"
Example:
"2025-02-11T08:19:37Z"
Example:
"2025-02-11T08:19:53Z"