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

# List lead stages

`GET /lead-stages`

Returns all lead stages ordered by position.

## Response `200`

OK

- object
  - `data` LeadStage[], required
    - `id` string, required — Lead stage ID
    - `label` string, required — Lead stage label
    - `type` string, required — Lead stage type
    - `position` number, required — Lead stage position
  - `meta` ListMeta, required
    - `nextCursor` string, nullable — Cursor to fetch the next page. Null if there are no more results.
    - `hasMore` boolean, required — Whether additional results are available

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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