---
title: "List Documents"
method: GET
path: "/interactions/{id}/documents/"
tags: ["Documents (Classic)"]
---

# List Documents

`GET /interactions/{id}/documents/`

List Documents

## Path parameters

- `id` string, uuid, required

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `200`

- DocumentsListResponse
  - `data` DocumentsGetResponse[], required
    - `id` string, uuid, required
    - `name` string, required — Name of the generated document
    - `templateRef` string, required — Reference for the used template
    - `isStream` boolean, required
    - `sections` DocumentsSection[], required — Individual document sections
      - `key` string, required — Document section key
      - `name` string, required — Name or heading of the document section within the generated document
      - `text` string, required — Contents of the document section within the generated document
      - `sort` integer, required — Order of the document section within the generated document
      - `createdAt` string, date-time, required — The original timestamp when the document section was created.
      - `updatedAt` string, date-time, required — The timestamp when the document section was last updated.
    - `createdAt` string, date-time, required — The original timestamp when the document was created.
    - `updatedAt` string, date-time, required — The timestamp when the document was last updated.
    - `outputLanguage` string, required — The language in which the document will be generated. Check https://docs.corti.ai/stt/languages for more.
    - `usageInfo` CommonUsageInfo, required — Credits consumed for this request.
      - `creditsConsumed` number, required

## Other responses

- `400` — RFC9457
- `403` — RFC9457
- `500` — RFC9457
- `504` — RFC9457

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
