---
title: "Get hiring process"
method: GET
path: "/configuration/hiring-processes/{id}"
tags: ["configuration"]
---

# Get hiring process

`GET /configuration/hiring-processes/{id}`

## Path parameters

- `id` string, required

## Response `200`

Hiring process

- HiringProcess
  - `id` string
  - `name` string
  - `active` boolean
  - `subStatuses` object
    - `IN_REVIEW` string[]
    - `INTERVIEW` string[]
    - `OFFERED` string[]

## Other responses

- `404` — Hiring process not found

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
