GET
/
ats
/
applications
/
{application_id}
/
attachments
curl --request GET \
  --url https://api.kombo.dev/v1/ats/applications/{application_id}/attachments \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Integration-Id: <x-integration-id>'
{
  "status": "success",
  "data": {
    "results": [
      {
        "type": "CV",
        "id": "EYJjhMQT3LtVKXnTbnRT8s6U",
        "remote_id": "GUzE666zfyjeoCJX6A8n7wh6",
        "data_url": "https://resources.kombo.dev/7yZfKGzWigXxxRTygqAfHvyE",
        "file_name": "Frank Doe CV.pdf",
        "content_type": "application/x-pdf"
      }
    ]
  }
}

This endpoint requires the permission Read document attachments to be enabled in your scope config.

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

application_id
string
required

The Kombo ID of the application you want to obtain attachments for.

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required