v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-1340148239.5 KB
/parse

Parse Status

Get the status of a parse job.

Parse job results are retained for up to 30 days after job creation. Fetching a status for a parse job that is older than 30 days will return a 404 error.

get/parse/jobs/{job_id}/status

Path parameters

job_idstring uuid required

Unique ID of the parse job

Unique ID of the parse job

Response

Successful Response

status'pending' | 'processing' | 'retrying' | 'completed' | 'failed' | 'cancelled' required
file_namestring required

The name of the file that was uploaded for parsing