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

# Changes to List posts

`GET /api/v1/posts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

- **2026-02-26** `f04a452a2baf` — 2 breaking, 16 warning, 5 info
- **2026-02-06** `3d17f189af69` — 2 breaking, 4 warning, 13 info

## Changes

- **2026-02-26** `f04a452a2baf` — 2 breaking, 16 warning, 5 info
  - for the `query` request parameter `limit`, default value was changed from `10` to `20`
  - the response property `data/items/sub_category_id` became nullable for the status `200`
  - for the `query` request parameter `limit`, the max was set to `100.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - for the `query` request parameter `offset`, the min was set to `0.00`
  - removed the optional property `data/items/archived_at` from the response with the `200` status
  - removed the optional property `data/items/content` from the response with the `200` status
  - removed the optional property `data/items/deleted_at` from the response with the `200` status
  - removed the optional property `data/items/is_public` from the response with the `200` status
  - removed the optional property `data/items/meta_title` from the response with the `200` status
  - removed the optional property `data/items/og_image` from the response with the `200` status
  - removed the optional property `data/items/published_at` from the response with the `200` status
  - removed the optional property `data/items/status` from the response with the `200` status
  - removed the optional property `data/items/thumbnail` from the response with the `200` status
  - removed the optional property `data/items/updated_at` from the response with the `200` status
  - removed the optional property `data/items/updated_by` from the response with the `200` status
  - removed the optional property `data/items/uuid` from the response with the `200` status
  - removed the optional property `data/items/version` from the response with the `200` status
  - added the new optional `query` request parameter `search`
  - added the new optional `query` request parameter `sort_by`
  - added the new optional `query` request parameter `sort_order`
  - added the new enum value `deleted` to the `query` request parameter `status`
  - added the optional property `data/items/content_length` to the response with the `200` status
- **2026-02-06** `3d17f189af69` — 2 breaking, 4 warning, 13 info
  - for the `query` request parameter `limit`, default value was changed from `20` to `10`
  - removed the enum value `deleted` from the `query` request parameter `status`
  - deleted the `query` request parameter `search`
  - deleted the `query` request parameter `sort_by`
  - deleted the `query` request parameter `sort_order`
  - removed the optional property `data/items/content_length` from the response with the `200` status
  - added the optional property `data/items/archived_at` to the response with the `200` status
  - added the optional property `data/items/content` to the response with the `200` status
  - added the optional property `data/items/deleted_at` to the response with the `200` status
  - added the optional property `data/items/is_public` to the response with the `200` status
  - added the optional property `data/items/meta_title` to the response with the `200` status
  - added the optional property `data/items/og_image` to the response with the `200` status
  - added the optional property `data/items/published_at` to the response with the `200` status
  - added the optional property `data/items/status` to the response with the `200` status
  - added the optional property `data/items/thumbnail` to the response with the `200` status
  - added the optional property `data/items/updated_at` to the response with the `200` status
  - added the optional property `data/items/updated_by` to the response with the `200` status
  - added the optional property `data/items/uuid` to the response with the `200` status
  - added the optional property `data/items/version` to the response with the `200` status

---

[Operation](https://skmtc.dev/nesohq/apis/postal-post-management-service-apis/docs/api/v1/posts/get.md) · [API](https://skmtc.dev/nesohq/apis/postal-post-management-service-apis.md) · [Page](https://skmtc.dev/nesohq/apis/postal-post-management-service-apis/changes/api/v1/posts/get)
