Jobs
Retrieve Job Output
GET
Retrieve the output of a job.
This API call returns a JSON object containing the results of the job.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The identifier of the job given at creation. Starts with job-
Response
200 - application/json
Available options:
extract
, parse
Available options:
failure
, pending
, processing
, successful
Was this page helpful?