---
title: "Get Doc"
method: GET
path: "/docs/{doc_id}"
tags: ["docs"]
---

# Get Doc

`GET /docs/{doc_id}`

## Path parameters

- `doc_id` string, uuid, required

## Response `200`

Successful Response

- Doc
  - `id` string, uuid, required
  - `metadata` object, nullable
  - `created_at` string, date-time, required
  - `title` string, required
  - `content` union, required
    - string
    - string[]
  - `embeddings` union
    - number[]
    - array[]
      - number[]
  - `modality` string, nullable
  - `language` string, nullable
  - `embedding_model` string, nullable
  - `embedding_dimensions` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.dev/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/julep-ai/julep-agents-api/revisions/ea124be3fdbc/schema)
