---
title: "Retrieves attachment metadata by unique identifier.
Supports both uploaded files and external source attachments."
method: GET
path: "/api/v1/attachments/{id}"
tags: ["Attachments"]
---

# Retrieves attachment metadata by unique identifier.
Supports both uploaded files and external source attachments.

`GET /api/v1/attachments/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- ExternalAPIContractsResponsesV1EntitiesAttachment
  - `id` string, uuid, required — The unique identifier of the attachment.
  - `itemId` string, uuid, required — The unique identifier of the item.
  - `name` string, nullable, required — The name of the attachment.
  - `mimeType` string, nullable, required — The MIME type of the attachment.
  - `size` integer, required — The size of the attachment in bytes.
  - `external` ExternalAPIContractsResponsesV1EntitiesExternalAttachment, required
    - `source` 'SharePoint', required
    - `url` string, nullable, required

## Other responses

- `404` — The specified attachment could not be found.
- `500` — An internal server error occurred while processing the request.

---

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