---
title: "Get application attachments"
method: GET
path: "/ats/applications/{application_id}/attachments"
tags: ["Unified ATS API"]
---

# Get application attachments

`GET /ats/applications/{application_id}/attachments`

Get attachments from a candidate or application.

Get attachments from an application. If the ATS stores the attachments on the candidate, it will get the attachments from the corresponding candidate instead.

<Note>
  This endpoint requires the permission **Read document attachments** to be enabled in [your scope config](/scopes).
</Note>

## Path parameters

- `application_id` string, required — The Kombo ID of the application you want to obtain attachments for.

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /ats/applications/:application_id/attachments Positive response

- GetAtsApplicationsApplicationIdAttachmentsPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `results` object[], required
      - `type` 'CV' | 'COVER_LETTER' | 'OTHER', required
      - `id` string, required
      - `remote_id` string, required
      - `data_url` string, required
      - `file_name` string, required
      - `content_type` string, required
      - `remote_created_at` string, date-time, nullable, required — The date when the attachment was created.
      - `remote_updated_at` string, date-time, nullable, required — The date when the attachment was last updated.
  - `warnings` object[], required — These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.
    - `message` string, required

## Other responses

- `default` — The standard error response with the error codes for the ATS use case.

---

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