---
title: "Retrieve a list of Lead Statuses"
method: GET
path: "/v2/leadstatus"
tags: ["Lead Status"]
---

# Retrieve a list of Lead Statuses

`GET /v2/leadstatus`

Retrieves a list of Lead Statuses.

## Headers

- `Authorization` string, required

## Response `200`

A list of Lead Statuses.

- ResponseLeadStatusesV2Dto
  - `totalResults` number — The total number of lead statuses.
  - `hasMore` boolean — Whether there are more lead statuses to fetch.
  - `data` ResponseLeadStatusV2Dto[] — A list of Lead Statuses.
    - `name` string — The name of the lead status.

## Other responses

- `401` — Missing or invalid authentication token.

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
