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

# ADE List Parse Jobs

`GET /v1/ade/parse/jobs`

List all async parse 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/parse/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
    - `progress` number, 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.
    - `failure_reason` string, nullable
  - `org_id` string, nullable
  - `has_more` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-13** `62ce42134d4b` — 1 info
  - the endpoint scheme security `Basic Auth` was removed from the API
- **2026-02-13** `eeb4eb7952ab` — 1 info
  - the endpoint scheme security `Basic Auth` was added to the API
- **2026-02-13** `62ce42134d4b` — 1 info
  - the endpoint scheme security `Basic Auth` was removed from the API
- **2026-02-13** `eeb4eb7952ab` — 1 info
  - the endpoint scheme security `Basic Auth` was added to the API
- **2025-11-10** `5fd0d575b1a6` — 1 info
  - api operation id `list_async_jobs_v1_ade_parse_jobs_get` removed and replaced with `tool_ade_list_parse_jobs_v1_ade_parse_jobs_get`

[Full history](https://skmtc.dev/landing-ai/apis/ade-api/changes/v1/ade/parse/jobs/get.md)

---

[API](https://skmtc.dev/landing-ai/apis/ade-api.md) · [All operations](https://skmtc.dev/landing-ai/apis/ade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/landing-ai/ade-api/revisions/027fb87ba705/schema)
