---
title: "Get a service status"
method: GET
path: "/service_statuses/{id}"
tags: ["Service Orders"]
---

# Get a service status

`GET /service_statuses/{id}`

Returns a single service status by ID.

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

🔒 Requires: `services:read` scope

## Response `200`

Service status found

- ServiceStatusDetails, nullable — Details of a custom service status assigned to a service order.
  - `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
- `404` — Not Found

---

[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)
