Jobs
Get
GET
/
v2
/
jobs
/
{Id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Job ID.
Response
200 - application/json
The ID of the job.
The documents that were created by this job.
The date and time that the job was queued for processing.
The status of the job. Possible values:
queued
- The job has been queued and is waiting to be processed.`processing
- The job is being processed.`done
- The job has completed successfully.error
- The job has completed with errors.
Available options:
queued
, processing
, done
, error
Summary description of the job.
The type of job