latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

comments

List comments

Lists the current user's comments across their connected social accounts, ordered by creation time (most recent first). Supports cursor-based pagination and filtering by platform, account, published post, and creation time window.

get/v2/comments

Query parameters

limitinteger

Maximum number of comments to return. Defaults to 50.

cursorstring

Opaque cursor returned by a previous call. Pass it to fetch the next page.

platformstring[]

Filter comments by platform. Pass multiple values to include any of them.

accountIdstring

Filter to comments belonging to a single connected account.

parentCommentIdstring

Filter to direct replies to a single comment.

postIdstring

Filter to comments on a single Blotato-published post. Accepts either the published post ID or the post submission ID returned when the post was published.

sincestring
Example:2026-06-01T00:00:00.000Z

Only include comments created on or after this ISO 8601 timestamp. Omit to apply no lower bound.

untilstring
Example:2026-06-30T23:59:59.000Z

Only include comments created on or before this ISO 8601 timestamp. Omit to apply no upper bound.

Response

Default Response

cursorstring

Cursor for the next page. Absent when there are no more comments.