---
title: "Get specific status"
method: GET
path: "/statuses/{id}"
tags: ["Statuses"]
---

# Get specific status

`GET /statuses/{id}`

Use the Get specific status API endpoint if you want to retrieve the details of a specific status. You should add the status id to the variables.

## Response `200`

Successful operation

- object
  - `statuses` object[]
    - `campaign_id` string
    - `code` unknown
    - `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)
