blogger_comments_listByBlog
List all comments from a blog's posts to simplify global moderation. Filter by status, date, or pagination for targeted review.
Instructions
List comments across all posts in a blog. Useful for a global comment moderation view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blogId | Yes | The unique identifier of the blog. | |
| status | No | Statuses of the comments to retrieve. | |
| endDate | No | End date (RFC 3339). | |
| pageToken | No | Token for pagination. | |
| startDate | No | Start date (RFC 3339). | |
| maxResults | No | Maximum number of comments to return. | |
| fetchBodies | No | Whether to fetch the full HTML bodies of the comments. |