---
title: "List lead stages"
method: GET
path: "/leads/stages"
tags: ["Reference Data"]
---

# List lead stages

`GET /leads/stages`

Returns all lead stages ordered by position.

## Response `200`

OK

- object
  - `items` object[], required
    - `id` string, required — Stage public ID
    - `label` string, required — Stage label
    - `type` string, required — Stage type
    - `position` number, required — Stage position

---

[API](https://skmtc.dev/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.dev/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/revisions/27006cfef4d8/schema)
