---
title: "Reads all Applications"
method: GET
path: "/api/2026-07-01/resources/ats/applications"
tags: ["Ats > Application"]
---

# Reads all Applications

`GET /api/2026-07-01/resources/ats/applications`

Reads all Applications

## Query parameters

- `ids[]` string[] — Application ids to retrieve
- `ats_job_posting_id` string — Application job posting id to retrieve
- `qualified` boolean — Retrieve applications by their qualified status
- `ats_application_phase_id` string — Application phase id
- `ats_candidate_ids[]` string[] — Application candidates ids
- `ats_rejection_reason_ids[]` string[] — Application rejection reason ids
- `search` string — Application search
- `ats_tags_ids[]` string[] — Application tag ids

## Response `200`

OK

- object
  - `data` AtsApplication[]
    - `id` string, required — Id of the application
    - `company_id` string, required — Company id of the application
    - `ats_job_posting_id` string, required — Job posting id of the application
    - `ats_candidate_id` string, required — Candidate id of the application
    - `employee_id` string — Employee id of the application
    - `phone` string — Candidate phone of the application
    - `qualified` boolean — Qualified of the application
    - `ats_application_phase_id` string — Application phase id
    - `created_at` string, required — Application created at date
    - `cover_letter` string — Application cover letter
    - `cv` object — CV file attachment of the application (includes filename, url, byte_size, content_type, created_at)
    - `ats_conversation_id` string — Application conversation id
    - `medium` string — Application medium
    - `rating_average` integer — Application average rating
    - `ats_rejection_reason_id` string — Application rejection reason id
    - `source_id` string — Application source id
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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