---
title: "Get documents"
method: GET
path: "/indexes/{indexName}/documents"
---

# Get documents

`GET /indexes/{indexName}/documents`

## Query parameters

- `docIds` string[]

## Response `200`

Documents

- DocumentInfo[]
  - `id` string, required
  - `text` string, required
  - `metadata` object
  - `embedding` number[]

---

[API](https://skmtc.dev/moss/apis/moss-control-plane-api.md) · [All operations](https://skmtc.dev/moss/apis/moss-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moss/moss-control-plane-api/revisions/95ef164ff2d7/schema)
