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

# List context documents

`GET /context-documents`

List context documents for the authenticated app, most recent first.

## Query parameters

- `limit` integer
- `cursor` string, nullable
- `status` 'processing' | 'completed' | 'failed'

## Response `200`

Successful Response

- ListResponse
  - `documents` ContextDocumentSummary[], required
    - `document_id` string, required
    - `status` string, required
    - `sources` string[], required
    - `model` string, required
    - `created_at` string, date-time, required
    - `completed_at` string, date-time, nullable, required
    - `token_count` integer, nullable, required
  - `next_cursor` string, nullable, required

## Other responses

- `422` — Validation Error

---

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