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

# Get a status

`GET /statuses/{status_id}`

Get information about a specific status.

## Path parameters

- `status_id` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- object
  - `data` Status — Status record.
    - `status_id` string — The unique ID of the status.
    - `name` string, required — Name of the status.
    - `description` string, required — Short description of the status.
    - `qualification_period` integer — The period of time (in months) in which it is necessary to qualify for the status based on defined conditions.
    - `qualification_turnover` QualificationTurnover[] — The turnover necessary to qualify for the status based on defined conditions.
      - `currency_id` string, required — The unique ID of the currency. [GET /currencies](https://carecloud.readme.io/reference/getcurrencies)
      - `value` number, float, required — Value of turnover in the currency
      - `due_date` string — Due date by which the turnover conditions must be fulfilled in ISO-8601 format (`YYYY-MM-DD`). If the value is null, the date is unlimited.
    - `qualification_points` number, float — Amount of points necessary to qualify for the status based on defined conditions.
    - `previous_status` string — The previous status required to qualify for the next status based on defined conditions. The conditions are defined in parameters qualification_period and qualification_turnover.
    - `next_status` string — ID of the following status.
    - `validity_period` string, required — Definition of the status validity period.
    - `collection_points` true | false, required — Enable / disable points collection.
    - `payment_points` true | false, required — Enable / disable payment by points.
    - `qualification_type` integer, required — The status achieving principle. *(0 - after creation of the account / 1 - manually / 2 - after the defined conditions are met)*
    - `discount` integer, required — The basic loyalty discount.
    - `overall_discount_on_discounted_purchase_items` true | false — If true, overall discounts can be applied on already discounted purchase items in purchase checkout process.
    - `text_id` string — Text identification of the status.
    - `last_change` string — Timestamp of the last change. Format: `YYYY-MM-DD HH:MM:SS`. All times are in the local timezone.

## Other responses

- `400` — Bad input parameter. The response body's `error.error_data.invalid_params[]` array lists the parameters that caused the failure, each carrying a `reason` code. See the `BadRequestErrorBody` schema for the generic reason taxonomy. Operations with domain-specific business rules document additional reasons at the operation level.
- `401` — The client has invalid credentials or auth token.
- `403` — The client does not exist or the client tried to access an unauthorized property or resource.
- `404` — The resource was not found.
- `405` — The resource does not support the specified HTTP method.
- `429` — Too many requests - more than the resource limit.
- `500` — Server is not working as expected.
- `503` — Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

---

[API](https://skmtc.net/crmcarecloud/apis/rest-api-reference.md) · [All operations](https://skmtc.net/crmcarecloud/apis/rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crmcarecloud/rest-api-reference/revisions/329c06dbf8d9/schema)
