---
title: "Changes to List orders by status"
method: GET
path: "/order/get-orders-by-status"
---

# Changes to List orders by status

`GET /order/get-orders-by-status`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 6 revisions.

- **2026-08-22** `76cfbed5eb40` — 1 breaking, 11 info
- **2026-08-22** `6b9208b64456` — 6 info

## Changes

- **2026-08-22** `76cfbed5eb40` — 1 breaking, 11 info
  - the `query` request parameter `status` was restricted to a list of enum values
  - added the new enum value `ALL` to the `query` request parameter `status`
  - added the new enum value `CANCELLED` to the `query` request parameter `status`
  - added the new enum value `ERROR` to the `query` request parameter `status`
  - added the new enum value `PENDING` to the `query` request parameter `status`
  - added the new enum value `RECENT` to the `query` request parameter `status`
  - added the new enum value `RETURNED` to the `query` request parameter `status`
  - added the new enum value `SETUP` to the `query` request parameter `status`
  - added the new enum value `SHIPPED` to the `query` request parameter `status`
  - added the new enum value `SUSPENDED` to the `query` request parameter `status`
  - added the new enum value `TERMINATED` to the `query` request parameter `status`
  - for the `query` request parameter `status`, the type was generalized from `integer` to `string`
- **2026-08-22** `6b9208b64456` — 6 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `422` status
  - added the optional property `request_id` to the response with the `401` status
  - added the optional property `request_id` to the response with the `403` status
  - added the optional property `request_id` to the response with the `422` status

---

[Operation](https://skmtc.dev/b-cdn/apis/billingserv-api-v2/docs/order/get-orders-by-status/get.md) · [API](https://skmtc.dev/b-cdn/apis/billingserv-api-v2.md) · [Page](https://skmtc.dev/b-cdn/apis/billingserv-api-v2/changes/order/get-orders-by-status/get)
