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

# List Documents

`GET /documents/`

List documents for the authenticated user

## Query parameters

- `limit` integer
- `offset` integer
- `include_shared` boolean

## Response `200`

Successful Response

- DocumentListResponse[]
  - `id` string, uuid, required
  - `title` string, required
  - `content` string, required
  - `conversation_id` string, uuid, nullable, required
  - `parent_document_id` string, uuid, nullable
  - `child_document_id` string, uuid, nullable
  - `version_number` integer
  - `coordinator_session_id` string, nullable
  - `is_public` boolean, required
  - `shared_with` string[], required
  - `doc_metadata` object, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `comment_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
