Document Extraction API
Get list of jobs
Retrieve a list of jobs for the authenticated organization.
GET
/
api
/
v1
/
document-extractions
/
{workflowName}
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
Filter jobs by PDF type
Response
200 - application/json
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
The creation timestamp
The last update timestamp
Metadata associated with the file
Extraction details