get_comments_by_id_likes
Get all users who liked a specific Trakt comment by its ID. Use pagination parameters to browse through large lists of likers.
Instructions
Get all users who liked a comment.
GET /comments/{id}/likes
Args: id: The id/slug of the resource. page: The page number to retrieve limit: The number of items per page. Defaults and maximums vary by endpoint. When pagination parameters are omitted, a low default limit is applied (often 10). When a limit is provided, it is capped at the endpoint maximum (often 250); higher values are clamped rather than rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| page | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |