Document Extraction API
Get list of jobs
Retrieve a list of jobs for the authenticated organization.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Filter jobs by status
Available options:
pending
, pending_type_identified
, pending_type_unknown
, extraction_running
, extracted
, extracted_formatted
, extracted_formatted_and_validated
, failed
Example:
"pending"
Filter jobs by PDF type
Response
200
application/json
A list of jobs
The unique identifier for the file
The unique identifier for the job
The organization ID
The status of the job
Available options:
pending
, pending_type_identified
, pending_type_unknown
, extraction_running
, extracted
, extracted_formatted
, extracted_formatted_and_validated
, failed
Example:
"pending"
The creation timestamp
The last update timestamp
Metadata associated with the file
Extraction details