Get comment reactions
get_comment_reactionsRetrieve all reactions on a specific Figma comment, automatically following pagination to collect every reaction without manual paging.
Instructions
GET /v1/files/{key}/comments/{comment_id}/reactions — auto-follows pagination.next_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Figma file key or URL (figma.com/design/... or figma.com/file/...) | |
| comment_id | Yes | ||
| auto_paginate | No | Follow pagination automatically (default true). |