---
title: "Reads a single Application phase"
method: GET
path: "/api/2026-07-01/resources/ats/application_phases/{id}"
tags: ["Ats > ApplicationPhase"]
---

# Reads a single Application phase

`GET /api/2026-07-01/resources/ats/application_phases/{id}`

Reads a single Application phase

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

---

[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)
