---
title: "Information on recruitment funnel stage"
method: GET
path: "/stage/{id}"
tags: ["Stage"]
---

# Information on recruitment funnel stage

`GET /stage/{id}`

## Path parameters

- `id` integer, required

## Headers

- `token` string, required

## Response `200`

ОК

- StageSingleResponse — Information on recruitment funnel stage
  - `result` object
    - `id` integer
    - `name` string
    - `parent_id` integer, nullable
    - `parent_name` string, nullable
  - `error` boolean
  - `code` integer
  - `messages` string[]

## Other responses

- `403` — Forbidden
- `422` — Invalid request parameters

---

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