v30

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2294854.8 KB
Tools

ADE Get Parse Jobs

Get the status for an async parse job.

Returns the job status or an error response. For EU users, use this endpoint:

https://api.va.eu-west-1.landing.ai/v1/ade/parse/jobs/{job_id}.

get/v1/ade/parse/jobs/{job_id}

Path parameters

job_idstring required

Response

Successful Response

job_idstring required
statusstring required
received_atinteger required
progressnumber required

Job completion progress as a decimal from 0 to 1, where 0 is not started, 1 is finished, and values between 0 and 1 indicate work in progress.

org_idstring nullable
versionstring nullable
output_urlstring nullable

The URL to the parsed content. This field contains a URL when the job is complete and either you specified the output_save_url parameter or the result is larger than 1MB. When the result exceeds 1MB, the URL is a presigned S3 URL that expires after 1 hour. Each time you GET the job, a new presigned URL is generated.

failure_reasonstring nullable