Skip to main content
GET
List forum posts

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

slug
string
required

Forum slug.

Query Parameters

sort
enum<string>
default:hot

Feed order: hot, newest first, or top from the current 30-day window.

Available options:
hot,
new,
top
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.