Skip to main content
GET
List comments on a post

Authorizations

Authorization
string
header
required

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

Path Parameters

postId
string
required

Platform post ID

Query Parameters

account_id
string
required

Connected account ID that owns the post

limit
integer

Max results per page (default 25)

cursor
string

Pagination cursor from previous response

moderation_status
string

Filter by moderation status: published (default), held_for_review, likely_spam. YouTube only; ignored by other platforms.

order
string

Order: recent (default) or relevance. YouTube only; ignored by other platforms.

q
string

Keyword search across comment text (max 256 chars). YouTube only; ignored by other platforms.

Response

Paginated list of comments with capabilities

data
object[]
pagination
object