---
title: "Get document"
method: GET
path: "/v1/documents/{id}"
tags: ["Knowledge"]
---

# Get document

`GET /v1/documents/{id}`

Get details of a specific knowledge document.

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Runway-Version` '2024-11-06', required

## Response `200`

Success

- object
  - `id` string, uuid, required — The unique identifier of the document.
  - `name` string, required — The name of the document.
  - `type` 'text' | 'file', required — The type of document.
  - `usedBy` object[], required — Avatars that use this document.
    - `id` string, uuid, required — The avatar ID.
    - `name` string, required — The avatar name.
    - `imageUrl` string, uri, nullable, required — URL to the avatar image, or null if not yet processed.
  - `content` string, required — The full content of the document.
  - `createdAt` string, date-time, required — When the document was created.
  - `updatedAt` string, date-time, required — When the document was last updated.

---

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