---
title: "Batch Get Attachments"
method: POST
path: "/persons/attachments"
tags: ["persons"]
---

# Batch Get Attachments

`POST /persons/attachments`

## Request body

- BatchPersonAttachmentsRequest
  - `entity_urns` string[], required

## Response `200`

Successful Response

- BatchPersonAttachmentsOutput[]
  - `entity_urn` string, required
  - `attachments` AttachmentMetadataOutput[], required
    - `name` string, required
    - `extension` string, required
    - `size` integer, required
    - `attachment_urn` string, required
    - `upload_uri` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `uploaded_by` union, required
      - string
      - string
    - `link` string, required
    - `uploaded_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

## Changes

> 11 revisions in range; 6 could not be searched.

- **2026-07-26** `fcf35c98e097` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/changes/persons/attachments/post.md)

---

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