Python
Applications
Get application attachments
Get attachments from a candidate or application.
GET
Python
Supported integrations
Supported integrations
This feature is currently available for the following integrations:
Workday
SAP SuccessFactors
SmartRecruiters
Oracle Recruiting Cloud
Lever
Cornerstone TalentLink
Recruitee
Greenhouse (V1)
Greenhouse (V3)
Teamtailor
Ashby
CEGID TalentSoft Customer
UKG Pro
Oracle Taleo
Bullhorn
Workable
Jobvite
Fountain
Pinpoint
d.vinci admin
JOIN
Abacus Umantis
Haufe Umantis
Zoho Recruit
Ceipal
Eploy
JobDiva
Recruit CRM
JobAdder
Zvoove Recruit
Odoo
Spark Hire Recruit
Gem
Coveto (REST API)
Manatal
Breezy HR
ReachMee
Kombo Sandbox
Logic Melon
Kula
This endpoint requires the permission Read document attachments to be enabled in your scope config.
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The Kombo ID of the application you want to obtain attachments for.
Response
GET /ats/applications/:application_id/attachments Positive response
Allowed value:
"success"Example:
{
"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",
"remote_created_at": null,
"remote_updated_at": null
}
]
}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.