---
title: "Get Document Embed Document"
method: GET
path: "/v1/documents/{documentId}/embeds/{embedId}/document"
tags: ["Embedding Utils"]
---

# Get Document Embed Document

`GET /v1/documents/{documentId}/embeds/{embedId}/document`

Retrieves limited metadata about an embedded document. If the embed is a snapshot-version embed, the metadata will be drawn from the state of the document at the time that the snapshot was created.

## Path parameters

- `documentId` string, uuid, required
- `embedId` string, uuid, required

## Response `200`

OK. Returns a Document Embed Resource containing information about the requested document embed.

- EmbedDocument — Information about the docuement correlated to the requested Embed.
  - `embedId` string, uuid — Unique identifier of the embed.
  - `documentId` string, uuid — Unique identifier of the document.
  - `pageCount` number — The number of pages on the document
  - `title` string — The title of the document.

## Other responses

- `403` — Forbidden. Occurs when the authorized token does not have permission to access the requested document or embed, or when the requested document or embed does not exist.

---

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