Skip to main content
GET
List commented posts

Authorizations

Authorization
string
header
required

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

Query Parameters

account_id
string

Filter by connected account ID

brand_id
string

Filter by brand ID (returns only posts from accounts in this brand)

platform
string

Filter by platform (instagram, facebook, threads, tiktok, linkedin, google)

min_comments
integer

Only return posts with at least this many comments (default 0)

since
string

Only return posts commented after this timestamp (RFC3339)

sort_by
string

Sort field: date (default)

sort_order
string

Sort direction: desc (default) or asc

limit
integer

Max results per page (default 25)

cursor
string

Pagination cursor from previous response

Response

Paginated list of commented posts

data
object[]
pagination
object