---
title: "Get order status by ID"
method: GET
path: "/order-status/{id}"
tags: ["Order Status Controller"]
---

# Get order status by ID

`GET /order-status/{id}`

Retrieve a single order status by its ID.

## Path parameters

- `id` number, required

## Response `200`

Order status retrieved successfully

- OrderStatusResponseDto
  - `id` number, required — Order status ID
  - `status` string, required — Order status name
  - `backgroundColor` string — Background color for the status
  - `textColor` string — Text color for the status
  - `borderColor` string — Border color for the status
  - `isSystemDefined` boolean, required — Whether this status is system defined
  - `createdByName` string — Created by user name

## Other responses

- `404` — Order status not found

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
