Skip to main content
GET
List blog posts
Returns blog posts managed through the blog CMS. Filter by publication status or category, and paginate through results with limit and offset.
Requires the content admin or super admin platform role.

Parameters

string
Filter by post status: draft, published, or archived.
string
Filter by category: engineering, product, security, company, or industry.
integer
Maximum number of posts to return. Default: 50.
integer
Number of posts to skip for pagination. Default: 0.

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Query Parameters

status
enum<string>
Available options:
draft,
published,
archived
category
string
limit
integer
default:20

Response

Blog posts

items
object[]