---
title: "Retrieve Applications"
method: GET
path: "/ats/applications/{id}"
tags: ["ats/applications"]
---

# Retrieve Applications

`GET /ats/applications/{id}`

Retrieve Applications from any connected Ats software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedAtsApplicationOutput
  - `applied_at` string, date-time, nullable — The application date
  - `rejected_at` string, date-time, nullable — The rejection date
  - `offers` string[], nullable — The offers UUIDs for the application
  - `source` string, nullable — The source of the application
  - `credited_to` string, nullable — The UUID of the person credited for the application
  - `current_stage` string, nullable — The UUID of the current stage of the application
  - `reject_reason` string, nullable — The rejection reason for the application
  - `candidate_id` string, nullable — The UUID of the candidate
  - `job_id` string — The UUID of the job
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the application
  - `remote_id` string, nullable — The remote ID of the application in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the application in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the object
  - `modified_at` string, date-time, nullable — The modified date of the object
  - `remote_created_at` string, date-time, nullable — The remote created date of the object
  - `remote_modified_at` string, date-time, nullable — The remote modified date of the object

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
