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

# ADE List Extract Jobs

`GET /v2/extract/jobs`

List your Extract jobs, newest first.

## Query parameters

- `page` integer — Page number (0-indexed).
- `page_size` integer — Number of items per page.
- `status` string, nullable — Filter by job status.

## Response `200`

The caller's jobs, newest first

- object
  - `jobs` object[]
    - `job_id` string — The unique identifier for this v2-extract job. Format: ``extract-<26-character Crockford base32 ULID>`` (``[0-9a-hjkmnp-tv-z]{26}`` tail). Opaque, server-minted, and stable for the life of the job — the same id is returned on the sync response, the async 202, and every poll. Treat it as opaque; older id formats remain accepted indefinitely and are never re-issued.
    - `status` 'pending' | 'processing' | 'completed' | 'failed'
    - `created_at` string, nullable
    - `completed_at` string, nullable
    - `model_version` string, nullable
    - `failure_reason` string, nullable
  - `page` integer
  - `page_size` integer
  - `has_more` boolean

## Other responses

- `422` — Request validation failed.

---

[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)
