---
title: "List company ticket statuses"
method: GET
path: "/company/statuses"
tags: ["Statuses"]
---

# List company ticket statuses

`GET /company/statuses`

List the ticket statuses available for your company.

Required scope: `statuses:read`

## Response `200`

Array of ticket statuses

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` StatusResponse[]
    - `_links` object, required
      - `self` string — Link to ticket status
    - `id` string, required — Unique identifier of the ticket status
    - `name` string, required — The name of the ticket status. Default statuses match the category name. Custom statuses have a unique name.
    - `category` 'open' | 'waiting' | 'resolved', nullable, required — Category of the ticket status.
    - `description` string, nullable, required — Description of the ticket status
    - `created_at` number — Timestamp of ticket status creation
    - `updated_at` number — Timestamp of the last ticket status update

## Other responses

- `404` — Ticketing is not enabled, therefore, there are no ticket statuses.

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
