Comments
Get Recent Comments
Retrieves the most recent comments for a specific user account. This tool allows you to quickly access the latest comments across all content for a particular user account.
This tool is part of the Comments Tools category.
Parameters
Name | Type | Required | Description |
---|---|---|---|
user_account_id | string | Yes | The ID of the user account to get comments for |
limit | number | No | Maximum number of comments to return (default: 20) |
Example Request
Example Response
Usage Notes
- Comments are returned in reverse chronological order (newest first).
- By default, the limit is set to 20 comments, but you can specify a different value.
- This tool is useful for monitoring recent engagement across all your content.
- The response includes full comment objects with all available metadata.
- Like and reply counts are returned as numerical values.
- This endpoint is optimized for retrieving the most recent comments, regardless of which content they belong to.
- The response includes both comments on content and content groups.
- Comment replies are included in the results.
Error Responses
- 404 Not Found: Returned when the user account with the specified ID doesn’t exist.
- 500 Internal Server Error: Returned when there’s a server-side error processing the request.
Related Tools
- Get Comment - Retrieve a specific comment by ID
- Get Comments - Retrieve comments for specific content
- Get Comments By IDs - Retrieve multiple comments by their IDs
- Publish Comment - Post a new comment
- Refresh Comments - Refresh comments from platforms