Document Extraction API
Retrieve a job by ID
Retrieve the details of a specific job by its ID.
GET
/
api
/
v1
/
document-extractions
/
{workflowName}
/
{jobId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The name of the workflow.
The ID of the job to retrieve.
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