---
title: "Changes to Get post by ID"
method: GET
path: "/v1/posts/{postId}"
---

# Changes to Get post by ID

`GET /v1/posts/{postId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 61 revisions.

- **2026-08-28** `8108f2a53d2e` — 3 info
- **2026-08-25** `a38cc07e90d8` — 1 info
- **2026-08-18** `36c72d74820a` — 1 warning
- **2026-05-07** `90de04b87133` — 2 warning
- **2026-04-17** `b948146fe72f` — 1 info
- **2026-04-01** `c0bac868f618` — 2 info
- **2026-03-20** `5b9472285686` — 1 info
- **2026-01-27** `89fb75388098` — 3 info
- **2025-09-16** `9c49550c449d` — 2 breaking
- **2025-09-10** `698c541b5b6e` — 1 breaking, 1 info
- **2025-09-10** `bc28198acf26` — 3 breaking, 1 info

## Changes

- **2026-08-28** `8108f2a53d2e` — 3 info
  - added the optional property `canonicalUrl` to the response with the `200` status
  - added the optional property `communityId` to the response with the `200` status
  - added the optional property `publishOnline` to the response with the `200` status
- **2026-08-25** `a38cc07e90d8` — 1 info
  - added the optional property `imageAlt` to the response with the `200` status
- **2026-08-18** `36c72d74820a` — 1 warning
  - removed the optional property `authors/items/farcaster` from the response with the `200` status
- **2026-05-07** `90de04b87133` — 2 warning
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
- **2026-04-17** `b948146fe72f` — 1 info
  - added the optional property `status` to the response with the `200` status
- **2026-04-01** `c0bac868f618` — 2 info
  - `query` request parameter `includeContent` list-of-types was widened by adding types `string`
  - for the `query` request parameter `includeContent`, the type/format was generalized from `boolean, null`/`` to ``/``
- **2026-03-20** `5b9472285686` — 1 info
  - added the optional property `views` to the response with the `200` status
- **2026-01-27** `89fb75388098` — 3 info
  - added the optional property `authorIds` to the response with the `200` status
  - added the optional property `authors` to the response with the `200` status
  - added the optional property `categories` to the response with the `200` status
- **2025-09-16** `9c49550c449d` — 2 breaking
  - the `publishedAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updatedAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2025-09-10** `698c541b5b6e` — 1 breaking, 1 info
  - for the `query` request parameter `includeContent`, the type/format was changed from `string`/`` to `boolean`/``
  - api operation id `getPost` removed and replaced with `getPostById`
- **2025-09-10** `bc28198acf26` — 3 breaking, 1 info
  - the response property `json` became optional for the status `200`
  - the response property `markdown` became optional for the status `200`
  - the response property `staticHtml` became optional for the status `200`
  - added the new optional `query` request parameter `includeContent`

---

[Operation](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/docs/v1/posts/:postId/get.md) · [API](https://skmtc.dev/paragraph-xyz/apis/paragraph-api.md) · [Page](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/changes/v1/posts/:postId/get)
