v1

latestOpenAPI 3.1.02026-07-222064110.7 KB
Tools

ADE Get Extract Jobs

Get the status for an async extract 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/extract/jobs/{job_id}.

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

Path parameters

job_idstring required

Response

Successful Response

job_idstring required

A unique identifier for this extract job.

statusstring required

The current state of the job: pending, processing, completed, failed, or cancelled.

received_atinteger required

Unix timestamp (in seconds) for when the job was received.

created_atinteger

Unix timestamp (in seconds) for when the job was created.

progressnumber required

Job completion. Either 0.0 (not yet complete) or 1.0 (complete).

org_idstring nullable

Organization ID.

versionstring nullable

The exact model snapshot used for the extraction.

output_urlstring nullable

A URL to download the extraction results. Provided when the job is complete and either you set an output_save_url or the result is larger than 1 MB. URLs for large results are temporary and expire one hour after you request the job.

failure_reasonstring nullable

If the job failed, a message describing what went wrong.