List comments
list_commentsList comments with pagination. Filter by post and moderation status (approved, pending, spam) to manage site discussions.
Instructions
Lists comments, paginated. Optionally filter to a specific post (postId) and/or by moderation status (approved, pending, spam). Requires the comments:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default: 1. | |
| postId | No | Filter to comments on a specific post. | |
| status | No | Filter by moderation status. | |
| perPage | No | Records per page, max 100. Default: 20. |