Skip to main content
GET
List posts

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Query Parameters

limit
integer
default:20

Maximum posts returned.

Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor returned by the previous page.

Response

Successful Response

entries
PostPublic · object[]
required

Posts in the current page.

next_cursor
string | null
required

Cursor for the next page, or null when the feed is exhausted.