---
title: "Get job pipeline stages"
method: GET
path: "/pipeline/vacancies/stages"
tags: ["Jobs"]
---

# Get job pipeline stages

`GET /pipeline/vacancies/stages`

Retrieve a list of all pipeline stages configured for jobs. Each stage represents a step in the hiring workflow (e.g., Applied, Screening, Interview, Offer).

## Response `200`

Successfully retrieved the list of job pipeline stages.

- VacancyStagesDto
  - `stages` VacancyStageItemDto[], required
    - `id` string, required
    - `name` string, required
    - `order` number, required
    - `colorHex` string, required
    - `isOpen` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
