---
title: "Changes to List orders"
method: GET
path: "/v1/orders/"
---

# Changes to List orders

`GET /v1/orders/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 11 revisions.

- **2026-08-10** `3d9b9702e0e3` — 1 breaking, 3 warning, 3 info
- **2026-07-31** `b4fe90e78e45` — 2 breaking, 1 info
- **2026-07-26** `e58688835e25` — 4 breaking, 5 info

## Changes

- **2026-08-10** `3d9b9702e0e3` — 1 breaking, 3 warning, 3 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `next` from the response with the `200` status
  - removed the optional property `previous` from the response with the `200` status
  - removed the optional property `results` from the response with the `200` status
  - added the new optional `query` request parameter `distinct_by_user`
  - added the new optional `query` request parameter `user_id`
  - added `#/components/schemas/PaginatedOrderListResponse, #/components/schemas/PaginatedOrderDistinctListResponse` to the response body `anyOf` list for the response status `200`
- **2026-07-31** `b4fe90e78e45` — 2 breaking, 1 info
  - the response property `results/items/loan/loan_number` became nullable for the status `200`
  - the response property `results/items/loan/loan_number` became optional for the status `200`
  - added the optional property `results/items/loan/application_number` to the response with the `200` status
- **2026-07-26** `e58688835e25` — 4 breaking, 5 info
  - the response property `results/items/employers/items/provider/id` became nullable for the status `200`
  - the response property `results/items/financial_accounts/items/provider/id` became nullable for the status `200`
  - the response property `results/items/insurance` became nullable for the status `200`
  - the response property `results/items/insurance/provider/id` became nullable for the status `200`
  - added the new optional `query` request parameter `expired_at__gte`
  - added the new optional `query` request parameter `expired_at__lte`
  - added the new enum value `-expired_at` to the `query` request parameter `ordering`
  - added the new enum value `expired_at` to the `query` request parameter `ordering`
  - added the optional property `results/items/expired_at` to the response with the `200` status

---

[Operation](https://skmtc.dev/truv/apis/truv-api/docs/v1/orders/get.md) · [API](https://skmtc.dev/truv/apis/truv-api.md) · [Page](https://skmtc.dev/truv/apis/truv-api/changes/v1/orders/get)
