Skip to main content
GET
List posts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number
default:1
Required range: x >= 1
limit
number
default:20
Required range: 1 <= x <= 100
profileId
string
status
enum<string>
Available options:
draft,
scheduled,
publishing,
published,
partial,
failed
platform
enum<string>
Available options:
instagram,
whatsapp,
tiktok,
telegram,
youtube,
x,
facebook,
meta_ads,
linkedin

Search in the post content

scheduledAfter
string

Only posts scheduled on or after this date

scheduledBefore
string

Only posts scheduled on or before this date

sort
enum<string>
default:createdAt

Sort by createdAt (newest first) or scheduledFor (queue order, soonest first)

Available options:
createdAt,
scheduledFor

Response

200 - undefined