---
title: "List Documents"
method: GET
path: "/extract/documents"
tags: ["/extract"]
---

# List Documents

`GET /extract/documents`

List documents for structured extraction.

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- DocumentListResponse — Response model for document listing.
  - `documents` DocumentInfoResponse[], required — List of documents
    - `document_id` string, required — Unique ID of the document
    - `file_name` string, required — Original filename
    - `file_size` integer, required — File size in bytes
    - `page_count` integer, required — Number of pages in the document
    - `uploaded_at` string, required — Timestamp when the document was uploaded
    - `status` string, required — Document status
  - `total_count` integer, required — Total number of documents
  - `next_cursor` string, nullable — Next cursor to continue pagination. Omitted if there are no more documents to retrieve.
  - `prev_cursor` string, nullable — Previous cursor to go back in pagination. Omitted if this is the first page.

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-28** `c8152db45500` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/extract/documents/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/c8152db45500/schema)
