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

# Reads all Application phases

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

Reads all Application phases

## Query parameters

- `ids[]` string[] — Application phases identifiers
- `ats_job_posting_ids[]` string[] — Job posting of application phases identifiers

## Response `200`

OK

- object
  - `data` AtsApplicationPhase[]
    - `id` string, required — Identifier of the application Phase
    - `ats_job_posting_id` string, required — Job posting of the application phase
    - `name` string, required — Name of the application phase
    - `position` integer, required — Position of the application phase
    - `editable` boolean, required — If the application phase is editable
    - `phase_type` 'initial' | 'normal' | 'hired' | 'screening' | 'interview' | 'assessment' | 'offer', required — Application phase type
    - `applications_count` integer — Active application count
    - `active_applications_count` integer
    - `ats_hiring_stage_id` string — Hiring stage identifier
  - `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.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
