List comments on a post
Returns comments for a specific inbox post, including per-platform capability flags (can_reply, can_delete, can_hide, can_like, can_private_reply). Comments are fetched live from the platform on every request. Uses cursor-based pagination.
Authorizations
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Path Parameters
Platform post ID
Query Parameters
Connected account ID that owns the post
Max results per page (default 25)
Pagination cursor from previous response
Filter by moderation status: published (default), held_for_review, likely_spam. YouTube only; ignored by other platforms.
Order: recent (default) or relevance. YouTube only; ignored by other platforms.
Keyword search across comment text (max 256 chars). YouTube only; ignored by other platforms.