---
title: "Changes to List state machines"
method: GET
path: "/api/v1/state-machines"
---

# Changes to List state machines

`GET /api/v1/state-machines`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-07** `a3b4750a505f` — 1 breaking, 14 info
- **2026-07-07** `84194c31ab85` — 12 breaking, 5 warning, 1 info

## Changes

- **2026-07-07** `a3b4750a505f` — 1 breaking, 14 info
  - added the new required `query` request parameter `entityType`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortOrder`
  - added the required property `data/items/active` to the response with the `200` status
  - added the required property `data/items/code` to the response with the `200` status
  - added the required property `data/items/created_at` to the response with the `200` status
  - added the required property `data/items/entity_type` to the response with the `200` status
  - added the required property `data/items/id` to the response with the `200` status
  - added the required property `data/items/is_default` to the response with the `200` status
  - added the required property `data/items/name` to the response with the `200` status
  - added the required property `data/items/transitions` to the response with the `200` status
  - added the required property `data/items/updated_at` to the response with the `200` status
  - added the required property `data/items/version` to the response with the `200` status
- **2026-07-07** `84194c31ab85` — 12 breaking, 5 warning, 1 info
  - the response property `data/items/states/items/actions` became optional for the status `200`
  - the response property `data/items/states/items/color` became optional for the status `200`
  - the response property `data/items/states/items/label` became optional for the status `200`
  - the response property `data/items/states/items/status` became optional for the status `200`
  - removed the required property `data/items/active` from the response with the `200` status
  - removed the required property `data/items/code` from the response with the `200` status
  - removed the required property `data/items/created_at` from the response with the `200` status
  - removed the required property `data/items/entity_type` from the response with the `200` status
  - removed the required property `data/items/id` from the response with the `200` status
  - removed the required property `data/items/name` from the response with the `200` status
  - removed the required property `data/items/transitions` from the response with the `200` status
  - removed the required property `data/items/updated_at` from the response with the `200` status
  - deleted the `query` request parameter `entityType`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `sortBy`
  - deleted the `query` request parameter `sortOrder`
  - added the new optional `query` request parameter `q`

---

[Operation](https://skmtc.dev/kruzer-corp/apis/oms-api/docs/api/v1/state-machines/get.md) · [API](https://skmtc.dev/kruzer-corp/apis/oms-api.md) · [Page](https://skmtc.dev/kruzer-corp/apis/oms-api/changes/api/v1/state-machines/get)
