Retrieve a list of jobs for the authenticated organization.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter jobs by status
pending
, pending_type_identified
, pending_type_unknown
, extraction_running
, extracted
, extracted_formatted
, extracted_formatted_and_validated
, failed
"pending"
Filter jobs by PDF type
A list of jobs
The response is of type object[]
.
Retrieve a list of jobs for the authenticated organization.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter jobs by status
pending
, pending_type_identified
, pending_type_unknown
, extraction_running
, extracted
, extracted_formatted
, extracted_formatted_and_validated
, failed
"pending"
Filter jobs by PDF type
A list of jobs
The response is of type object[]
.