---
title: "Changes to Purchase Order - Get By Status"
method: GET
path: "/purchase_order/get_by_status"
---

# Changes to Purchase Order - Get By Status

`GET /purchase_order/get_by_status`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 13 revisions.

- **2026-03-02** `fa53dd949b8e` — 2 breaking, 15 info
- **2024-04-22** `08cd9cfa14dd` — 2 info
- **2024-04-19** `46ceda528000` — 9 breaking, 7 info

## Changes

- **2026-03-02** `fa53dd949b8e` — 2 breaking, 15 info
  - the `query` request parameter `status` was restricted to a list of enum values
  - the `query` request parameter `status` became required
  - api operation id `get_purchase_order_get_by_status` was added
  - added the new enum value `accepting` to the `query` request parameter `status`
  - added the new enum value `acknowledged` to the `query` request parameter `status`
  - added the new enum value `closed` to the `query` request parameter `status`
  - added the new enum value `created` to the `query` request parameter `status`
  - added the new enum value `edited` to the `query` request parameter `status`
  - added the new enum value `receiving` to the `query` request parameter `status`
  - added the new enum value `sent` to the `query` request parameter `status`
  - added the new enum value `transit` to the `query` request parameter `status`
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-04-22** `08cd9cfa14dd` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
- **2024-04-19** `46ceda528000` — 9 breaking, 7 info
  - removed the enum value `accepting` from the `query` request parameter `status`
  - removed the enum value `acknowledged` from the `query` request parameter `status`
  - removed the enum value `closed` from the `query` request parameter `status`
  - removed the enum value `created` from the `query` request parameter `status`
  - removed the enum value `edited` from the `query` request parameter `status`
  - removed the enum value `receiving` from the `query` request parameter `status`
  - removed the enum value `sent` from the `query` request parameter `status`
  - removed the enum value `transit` from the `query` request parameter `status`
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `get_purchase_order_get_by_status` removed and replaced with ``
  - the `query` request parameter `status` became optional
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `429`
  - removed the non-success response with the status `500`

---

[Operation](https://skmtc.dev/skulabs/apis/skulabs-api/docs/purchase_order/get_by_status/get.md) · [API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [Page](https://skmtc.dev/skulabs/apis/skulabs-api/changes/purchase_order/get_by_status/get)
