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 response is of type object[]
.