Skip to main content
GET
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Query Parameters

platform
string

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

account_id
string

Filter by connected account (sacct_ prefix id).

min_comments
integer

Only include posts with at least this many comments.

since
string

Only include posts created after this time (ISO 8601).

sort_by
string

Field to sort by. Defaults to the comment's creation time.

sort_order
string

Sort direction, asc or desc. Defaults to desc.

limit
integer

Maximum number of comments to return.

cursor
string

Opaque pagination cursor from a previous response's next_cursor.

Response

Comment-activity feed

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
next_cursor
string
url
string