---
title: "Get Invoice Statuses"
method: GET
path: "/invoices/statuses"
---

# Get Invoice Statuses

`GET /invoices/statuses`

Retrieve a list of all possible statuses that can be assigned to an invoice.

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `color` string
    - `group` integer
  - `count` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/revisions/85de4353ed28/schema)
