---
title: "Changes to List orders"
method: GET
path: "/accounts/{account_id}/orders"
---

# Changes to List orders

`GET /accounts/{account_id}/orders`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 22 revisions.

- **2026-03-03** `05b4df42c056` — 1 breaking, 2 warning
- **2026-03-03** `9deaa48a0d68` — 1 breaking, 2 info
- **2026-03-03** `05b4df42c056` — 1 warning, 1 info
- **2025-02-26** `21ec6316c734` — 6 warning
- **2025-02-24** `d8047ed69569` — 2 info
- **2025-02-20** `b9727888407f` — 1 breaking, 7 warning, 11 info
- **2024-12-09** `507601d53317` — 1 info
- **2024-11-29** `5efb31773884` — 1 info
- **2024-10-11** `468b5da24bbf` — 3 info
- **2024-10-04** `414d28e74399` — 1 breaking, 7 warning, 1 info
- **2024-09-05** `dc777b93c0ed` — 8 breaking
- **2024-08-27** `cac25d6221de` — 1 breaking, 1 warning, 2 info

## Changes

- **2026-03-03** `05b4df42c056` — 1 breaking, 2 warning
  - the `data/items/open_close_indicator` response's property type changed from no type to `string` for status `200`
  - added the new `close` enum value to the `data/items/open_close_indicator` response property for the response status `200`
  - added the new `open` enum value to the `data/items/open_close_indicator` response property for the response status `200`
- **2026-03-03** `9deaa48a0d68` — 1 breaking, 2 info
  - the `data/items/open_close_indicator` response's property type changed from `string` to no type for status `200`
  - removed the `close` enum value from the `data/items/open_close_indicator` response property for the response status `200`
  - removed the `open` enum value from the `data/items/open_close_indicator` response property for the response status `200`
- **2026-03-03** `05b4df42c056` — 1 warning, 1 info
  - added the new `reject` enum value to the `data/items/order_update_reason` response property for the response status `200`
  - added the optional property `data/items/open_close_indicator` to the response with the `200` status
- **2025-02-26** `21ec6316c734` — 6 warning
  - added the new `ap` enum value to the `data/items/strategy/anyOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - added the new `dark` enum value to the `data/items/strategy/anyOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - added the new `pov` enum value to the `data/items/strategy/anyOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - added the new `sor` enum value to the `data/items/strategy/anyOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - added the new `twap` enum value to the `data/items/strategy/anyOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - added the new `vwap` enum value to the `data/items/strategy/anyOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
- **2025-02-24** `d8047ed69569` — 2 info
  - added `#/components/schemas/SorStrategy, #/components/schemas/VwapStrategy, #/components/schemas/TwapStrategy, #/components/schemas/ApStrategy, #/components/schemas/PovStrategy, #/components/schemas/DarkStrategy, #/components/schemas/DmaStrategy` to the `data/items/strategy` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/SorStrategy, #/components/schemas/VwapStrategy, #/components/schemas/TwapStrategy, #/components/schemas/ApStrategy, #/components/schemas/PovStrategy, #/components/schemas/DarkStrategy, #/components/schemas/DmaStrategy` from the `data/items/strategy` response property `oneOf` list for the response status `200`
- **2025-02-20** `b9727888407f` — 1 breaking, 7 warning, 11 info
  - removed the required property `data/items/strategy/oneOf[#/components/schemas/PovStrategy]/target_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/ApStrategy]/max_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/ApStrategy]/min_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/DarkStrategy]/max_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/TwapStrategy]/max_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/TwapStrategy]/min_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/VwapStrategy]/max_percent` from the response with the `200` status
  - removed the optional property `data/items/strategy/oneOf[#/components/schemas/VwapStrategy]/min_percent` from the response with the `200` status
  - added `subschema #2` to the `data/items/strategy/oneOf[#/components/schemas/ApStrategy]/` response property `allOf` list for the response status `200`
  - added `subschema #2` to the `data/items/strategy/oneOf[#/components/schemas/DarkStrategy]/` response property `allOf` list for the response status `200`
  - added `subschema #2` to the `data/items/strategy/oneOf[#/components/schemas/PovStrategy]/` response property `allOf` list for the response status `200`
  - added `subschema #2` to the `data/items/strategy/oneOf[#/components/schemas/TwapStrategy]/` response property `allOf` list for the response status `200`
  - added `subschema #2` to the `data/items/strategy/oneOf[#/components/schemas/VwapStrategy]/` response property `allOf` list for the response status `200`
  - removed the `ap` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - removed the `dark` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - removed the `pov` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - removed the `sor` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - removed the `twap` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
  - removed the `vwap` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/type` response property for the response status `200`
- **2024-12-09** `507601d53317` — 1 info
  - added the required property `data/items/account_number` to the response with the `200` status
- **2024-11-29** `5efb31773884` — 1 info
  - added the required property `data/items/running_position` to the response with the `200` status
- **2024-10-11** `468b5da24bbf` — 3 info
  - removed the `gotc` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/destination` response property for the response status `200`
  - removed the `xchi` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/destination` response property for the response status `200`
  - removed the `xphl` enum value from the `data/items/strategy/oneOf[#/components/schemas/DmaStrategy]/destination` response property for the response status `200`
- **2024-10-04** `414d28e74399` — 1 breaking, 7 warning, 1 info
  - added `#/components/schemas/DmaStrategy` to the `data/items/strategy` response property `oneOf` list for the response status `200`
  - added the new `dma` enum value to the `data/items/strategy/oneOf[#/components/schemas/ApStrategy]/allOf[#/components/schemas/BaseStrategy]/type` response property for the response status `200`
  - added the new `dma` enum value to the `data/items/strategy/oneOf[#/components/schemas/DarkStrategy]/allOf[#/components/schemas/BaseStrategy]/type` response property for the response status `200`
  - added the new `dma` enum value to the `data/items/strategy/oneOf[#/components/schemas/PovStrategy]/allOf[#/components/schemas/BaseStrategy]/type` response property for the response status `200`
  - added the new `dma` enum value to the `data/items/strategy/oneOf[#/components/schemas/SorStrategy]/allOf[#/components/schemas/BaseStrategy]/type` response property for the response status `200`
  - added the new `dma` enum value to the `data/items/strategy/oneOf[#/components/schemas/TwapStrategy]/allOf[#/components/schemas/BaseStrategy]/type` response property for the response status `200`
  - added the new `dma` enum value to the `data/items/strategy/oneOf[#/components/schemas/VwapStrategy]/allOf[#/components/schemas/BaseStrategy]/type` response property for the response status `200`
  - added the new `stop-limit` enum value to the `data/items/order_type` response property for the response status `200`
  - added `dma` discriminator mapping keys to the `data/items/strategy` response property for the response status `200`
- **2024-09-05** `dc777b93c0ed` — 8 breaking
  - the `data/items/strategy/oneOf[#/components/schemas/ApStrategy]/max_percent` response property's max was increased from `1.00` to `100.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/ApStrategy]/min_percent` response property's max was increased from `1.00` to `100.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/DarkStrategy]/max_percent` response property's max was increased from `1.00` to `100.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/PovStrategy]/target_percent` response property's max was increased from `1.00` to `100.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/TwapStrategy]/max_percent` response property's max was increased from `0.50` to `50.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/TwapStrategy]/min_percent` response property's max was increased from `1.00` to `100.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/VwapStrategy]/max_percent` response property's max was increased from `1.00` to `50.00` for the response status `200`
  - the `data/items/strategy/oneOf[#/components/schemas/VwapStrategy]/min_percent` response property's max was increased from `1.00` to `100.00` for the response status `200`
- **2024-08-27** `cac25d6221de` — 1 breaking, 1 warning, 2 info
  - removed the required property `data/items/strategy_type` from the response with the `200` status
  - added the new `stop` enum value to the `data/items/order_type` response property for the response status `200`
  - added the optional property `data/items/stop_price` to the response with the `200` status
  - added the optional property `data/items/strategy` to the response with the `200` status

---

[Operation](https://skmtc.dev/clear-street/apis/common-api-models/docs/accounts/:account_id/orders/get.md) · [API](https://skmtc.dev/clear-street/apis/common-api-models.md) · [Page](https://skmtc.dev/clear-street/apis/common-api-models/changes/accounts/:account_id/orders/get)
