---
title: "Get documents by ids"
method: GET
path: "/v1/documents/ids={ids}"
tags: ["Documents"]
---

# Get documents by ids

`GET /v1/documents/ids={ids}`

Retrieves multiple documents in a single request.

## Path parameters

- `ids` string, required

## Response `200`

The matching documents.

- object
  - `data` Document[]
    - `id` string
    - `name` string
    - `type` string — The classified document type.
    - `companyId` string — The company the document is attached to, if any.
    - `dealId` string — The deal the document is attached to, if any.
    - `createdAt` string, date-time

## Other responses

- `401` — Missing or invalid API key credentials.

---

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