Skip to main content
GET
Parse Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string<uuid>
required

Unique ID of the parse job

Response

Successful Response

/parse status reponse object.

status
enum<string>
required

The current status of the parse job

Available options:
pending,
processing,
retrying,
completed,
failed,
cancelled
Example:

"completed"

file_name
string
required

The name of the file that was uploaded for parsing