---
title: "Get all statuses"
method: GET
path: "/statuses"
tags: ["Statuses"]
---

# Get all statuses

`GET /statuses`

Use the Get all statuses endpoint if you want to retrieve a list of statuses. You can specify per status id or campaign id.

#### Response

The response will be a JSON object with a `statuses` array containing status objects. Each status object will have the following properties:

- `id` (string): The ID of the status.
    
- `campaign_id` (string): The ID of the campaign associated with the status.
    
- `name` (string): The name of the status.
    
- `code` (null): The code associated with the status, if available.

## Query parameters

- `fields` string

## Response `200`

Successful operation / Successful operation

- object
  - `statuses` object[]
    - `campaign_id` string
    - `code` string, nullable
    - `id` string
    - `name` string

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
