---
title: "GET /client_statuses"
method: GET
path: "/client_statuses"
tags: ["client_statuses"]
---

# GET /client_statuses

`GET /client_statuses`

Returns list of client statuses

## Query parameters

- `with_total` boolean

## Response `200`

Returns list of client statuses

- EndpointsClientStatuses — Endpoints_ClientStatuses model
  - `data` ClientStatusEntity[]
    - `id` integer
    - `name` string
    - `position` integer
    - `color` string
    - `created_at` string
    - `updated_at` string
  - `total` integer — Show the total count of client statuses

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

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