get_comments
Fetch paginated comments for a Contentful entry. Filter by status (active, resolved) and body format (plain-text, rich-text). Control pagination with limit and skip.
Instructions
Retrieve comments for an entry with pagination support. Returns comments with their status and body content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes | The unique identifier of the entry to get comments for | |
| bodyFormat | No | Format for the comment body content | plain-text |
| status | No | Filter comments by status | active |
| limit | No | Maximum number of comments to return (1-100, default: 10) | |
| skip | No | Number of comments to skip for pagination (default: 0) | |
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |