c93447ba6b9d
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.
Query parameters
Maximum number of comments to return. Defaults to 50.
Opaque cursor returned by a previous call. Pass it to fetch the next page.
Filter comments by platform. Pass multiple values to include any of them.
Filter to comments belonging to a single connected account.
Filter to direct replies to a single comment.
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.
Only include comments created on or after this ISO 8601 timestamp. Omit to apply no lower bound.
Only include comments created on or before this ISO 8601 timestamp. Omit to apply no upper bound.
Response
Default Response