Skip to main content
GET
Get feed posts with pagination

Query Parameters

cursor
string

Cursor for pagination

limit
integer
default:20

Maximum number of items to return (1-60, default: 20)

Required range: 1 <= x <= 60
includeContent

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

Response

Feed items retrieved successfully

items
object[]
required

Array of items in this page

pagination
object
required