---
title: "Download a specific attachment"
method: GET
path: "/api/attachments/{attachmentId}/download"
tags: ["Attachment"]
---

# Download a specific attachment

`GET /api/attachments/{attachmentId}/download`

## Path parameters

- `attachmentId` string, required

## Query parameters

- `fileName` string

## Response `200`

The attachment for the given id

## Other responses

- `404` — Attachment did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
