---
title: "Retrieve stage"
method: GET
path: "/v2/stages/{id}"
tags: ["Openings and Stages"]
---

# Retrieve stage

`GET /v2/stages/{id}`

Retrieves a specific Stage

## Path parameters

- `id` string, required

## Response `200`

Ok

- Stage
  - `id` string, required — Unique identifier for the stage
  - `title` string, required — The title of the stage
  - `type` string, required — The type of the stage
  - `parent_id` string, nullable — The unique identifier for the parent stage
  - `position` integer, required — The position of the stage in the opening
  - `num_applicants` integer, required — The number of applicants in the stage

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.dev/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
