---
title: "Get all avialable order status"
method: GET
path: "/order-status"
tags: ["OrderStatus"]
---

# Get all avialable order status

`GET /order-status`

Get all avialable order status

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Get all order status

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` object[]
    - `_id` integer — id
    - `status` integer — Status
    - `description` string — Description
    - `code` number — Code

## Other responses

- `403` — Not authorized access

---

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