---
title: "Get all posts"
method: GET
path: "/cms/blogs/2026-03/posts"
tags: ["Basic"]
---

# Get all posts

`GET /cms/blogs/2026-03/posts`

Retrieve all blog posts, with paging and filtering options. This method would be useful for an integration that ingests posts and suggests edits.

## Query parameters

- `after` string
- `archived` boolean
- `createdAfter` string, date-time
- `createdAt` string, date-time
- `createdBefore` string, date-time
- `limit` integer
- `property` string
- `sort` string[]
- `updatedAfter` string, date-time
- `updatedAt` string, date-time
- `updatedBefore` string, date-time

## Response `200`

successful operation

## Other responses

- `default` — An error occurred.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-04-08** `b0d8bc008db9` — 1 info
  - api operation id `get-/cms/blogs/2026-03/posts_getPage` removed and replaced with `get-/cms/blogs/2026-03/posts`
- **2026-03-25** `37a93e10d5c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/cms/blogs/2026-03/posts/get.md)

---

[API](https://skmtc.dev/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.dev/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
