blogger_comments_list
Retrieve all comments for a specified blog post. Filter by status, date range, and view level to moderate and analyze comment activity.
Instructions
List all comments for a specific post. Returns an array of comment objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Access level with which to view the comments. | |
| blogId | Yes | The unique identifier of the blog. | |
| postId | Yes | The unique identifier of the post. | |
| status | No | Status of the comments to retrieve. | |
| endDate | No | End date (RFC 3339 format). | |
| pageToken | No | Token for pagination to fetch the next page of results. | |
| startDate | No | Start date (RFC 3339 format). | |
| maxResults | No | Maximum number of comments to return. | |
| fetchBodies | No | Whether to fetch the full HTML bodies of the comments. |