Skip to main content
GET
List all posts

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Query Parameters

account_ids
string

Comma-separated connected account IDs

brand_id
string

Filter to posts whose targets belong to this brand

status
string

Filter by status (draft, scheduled, publishing, published, partial, failed, cancelled)

platform
string

Filter by platform (e.g. instagram, facebook)

page_id
string

Filter by specific page ID (for multi-page accounts like Facebook)

from
string

Start of date range (RFC3339)

to
string

End of date range (RFC3339)

Text search (case-insensitive)

sort
string

Sort order: scheduled_asc (default), scheduled_desc, created_asc, created_desc

cursor
string

Pagination cursor from previous response

limit
integer

Max results (default 25, max 100)

hidden
boolean

Include hidden posts (default false)

Response

OK

data
object[]
pagination
object