---
title: "GET /documents/v1/jobs"
method: GET
path: "/documents/v1/jobs"
tags: ["jobs"]
---

# GET /documents/v1/jobs

`GET /documents/v1/jobs`

## Query parameters

- `cursor` string
- `limit` integer
- `direction` 'next' | 'prev'
- `filename` string
- `job_id` string
- `dataset_name` string
- `status` 'failure' | 'pending' | 'processing' | 'successful'
- `created_after` string
- `created_before` string
- `updated_after` string
- `updated_before` string

## Response `200`

List all jobs

- PageJobListItem
  - `items` object[], required
    - `id` string, required
    - `status` 'failure' | 'pending' | 'processing' | 'successful', required
    - `fileName` string, nullable
    - `fileId` string, nullable
    - `traceId` string, nullable
    - `datasetId` string, nullable
    - `message` string, nullable
    - `pagesParsed` integer, nullable
    - `createdAt` string, required
    - `updatedAt` string, required
    - `finishedAt` string, nullable
  - `hasMore` boolean, required
  - `prevCursor` string, nullable
  - `nextCursor` string, nullable

## Other responses

- `400` — Unable to list jobs
- `401` — Unauthorized. Invalid or missing credentials
- `403` — Forbidden. You do not have permission to access this resource
- `500` — Internal server error

---

[API](https://skmtc.net/tensorlakeai/apis/tensorlake-api.md) · [All operations](https://skmtc.net/tensorlakeai/apis/tensorlake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensorlakeai/tensorlake-api/versions/fb161f7c0ab7/schema)
