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

# Parse List Jobs

`GET /parse/jobs`

Get list of parse jobs, sorted from most recent to oldest.

Returns all jobs from the last 30 days, or since the optional `uploaded_after` timestamp.

## Query parameters

- `uploaded_after` string, date-time

## Response `200`

Successful Response

- ParseListJobsResponseV1 — /parse list jobs object.
  - `jobs` ParseListJobsItem[], required — List of parse jobs
    - `id` string, uuid, required — Unique ID of the parse job
    - `status` 'pending' | 'processing' | 'retrying' | 'completed' | 'failed' | 'cancelled', required
    - `file_name` string, required — The name of the file that was uploaded for parsing
  - `total_jobs` integer, required — Total number of parse jobs

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-08** `17bdb8a33fb4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/parse/jobs/get.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/17bdb8a33fb4/schema)
