Skip to main content
GET
Get posts by tag with pagination

Path Parameters

tag
string
required

Tag to filter posts by

Minimum string length: 1

Query Parameters

cursor
string

Cursor for pagination

limit
integer
default:10

Maximum number of items to return (1-100, default: 10)

Required range: 1 <= x <= 100
includeContent

Include full content fields (json, staticHtml, markdown) in the post. Default: false

Response

Posts retrieved successfully

items
object[]
required

Array of items in this page

pagination
object
required