/parse
Parse Status
Get the status of a parse job.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique ID of the parse job
Response
200
application/json
Successful Response
/parse status reponse object.
The current status of the parse job
Available options:
pending
, processing
, retrying
, completed
, failed
, cancelled
Was this page helpful?