---
title: "Get an Attachment"
method: GET
path: "/v1/attachment/item/{attachment_id}"
tags: ["Attachments"]
---

# Get an Attachment

`GET /v1/attachment/item/{attachment_id}`

Get an Attachment

## Response `200`

Found

- Attachment
  - `id` string
  - `created_at` string, date-time — Date and Time of the attachment
  - `created_by` string — Creator of the attachment
  - `updated_at` string, date-time — Last update of the attachment
  - `updated_by` string — Updated By
  - `name` string, required — Name of the attachment
  - `description` string — Description of the attachment
  - `file_name` string, required — Original file name of the attachment

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
