---
title: "ADE List Extract Jobs"
method: GET
path: "/v1/ade/extract/jobs"
tags: ["Tools"]
---

# ADE List Extract Jobs

`GET /v1/ade/extract/jobs`

List all async extract jobs associated with your API key.

Returns the list of jobs or an error response. For EU users, use this endpoint:

`https://api.va.eu-west-1.landing.ai/v1/ade/extract/jobs`.

## Query parameters

- `page` integer — Page number (0-indexed)
- `pageSize` integer — Number of items per page
- `status` 'cancelled' | 'completed' | 'failed' | 'pending' | 'processing', nullable — Filter by job status.

## Response `200`

Successful Response

- JobsListResponse — Response for listing jobs.
  - `jobs` JobSummary[], required
    - `job_id` string, required
    - `status` string, required
    - `received_at` integer, required
    - `created_at` integer — Unix timestamp (seconds) for when the job was created. Mirrors received_at; exposed so clients have an explicit creation time.
    - `progress` number, required — Job completion as a decimal from 0 (not started) to 1 (complete).
    - `failure_reason` string, nullable
  - `org_id` string, nullable
  - `has_more` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landing-ai/apis/landingai-agentic-document-extraction-ade-api-v2-parse-and-e.md) · [All operations](https://skmtc.net/landing-ai/apis/landingai-agentic-document-extraction-ade-api-v2-parse-and-e/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landing-ai/landingai-agentic-document-extraction-ade-api-v2-parse-and-e/revisions/b07477df91eb/schema)
