---
title: "Get an attachment"
method: GET
path: "/contacts/{contactId}/attachments/{attach}"
tags: ["Contact API:Attachments"]
---

# Get an attachment

`GET /contacts/{contactId}/attachments/{attach}`

## Path parameters

- `contactId` integer, required
- `attach` integer, required

## Response `200`

Requested contact attachment

## Other responses

- `404` — Requested contact attachment was not found

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
