---
title: "List service statuses"
method: GET
path: "/service_statuses"
tags: ["Service Orders"]
---

# List service statuses

`GET /service_statuses`

Returns all service statuses for the retailer, including system defaults and custom ones.

**Only available with the Service Orders module enabled.**

🔒 Requires: `services:read` scope

## Response `200`

List of service statuses

- ServiceStatusDetails[]
  - `created_at` string, date-time — The date and time the status was created.
  - `display_name` string — Human-readable name of the status.
  - `display_order` integer, nullable — The order in which this status appears in the UI. Null if not set.
  - `id` string — The unique ID of the status.
  - `retailer_id` string — The retailer this status belongs to.
  - `status_key` string — The underlying key mapping this status to a system status (e.g. NEW, IN_PROGRESS).
  - `system_default` boolean — Whether this is a system-managed default status.
  - `updated_at` string, date-time — The date and time the status was last updated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden — missing `services:read` scope

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
