---
title: "Search for Attachments by Ids"
method: POST
path: "/attachments/documents/search"
tags: ["Review Attachments"]
---

# Search for Attachments by Ids

`POST /attachments/documents/search`

For all of the requested Attachments by Id, get the original binary file with appropriate Content-Type and Content-Disposition headers for download.

## Request body

- object
  - `attachmentIds` string[], required

## Response `200`

All raw files retrieved successfully (base64 encoded)

## Other responses

- `default` — A problem occurred.

---

[API](https://skmtc.net/optum/apis/security-and-authorization-v3.md) · [All operations](https://skmtc.net/optum/apis/security-and-authorization-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optum/security-and-authorization-v3/revisions/771dcdf312e4/schema)
