---
title: "Get list candidate's attachments."
method: GET
path: "/candidates/{id}/attachments"
tags: ["candidates"]
---

# Get list candidate's attachments.

`GET /candidates/{id}/attachments`

Get list of candidate's attachments.

## Response `200`

Candidate's attachments

- Attachments
  - `totalFound` integer, required
  - `content` Attachment[], required
    - `id` string, required
    - `name` string
    - `type` string
    - `contentType` string
    - `actions` object, required
      - `download` Action, required
        - `url` string, required
        - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required

## Other responses

- `401` — Candidate access denied
- `403` — Attachment file access denied

---

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