provider Comment Reactions GET /v1/files/{file_key}/comments/{comment_id}/reactions
@utdk/figma /v1/files/{file_key}/comments/{comment_id}/reactions
Get reactions for a comment
Gets a paginated list of reactions left on the comment.
file_key path required
File to get comment containing reactions from. This can be a file key or branch key. Use `GET /v1/files/:key` with the `branch_data` query param to get the branch key.
string
comment_id path required
ID of comment to get reactions from.
string
cursor query
Cursor for pagination, retrieved from the response of the previous call.
string

Try it

Authentication
Configure credentials for Figma API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getcommentreactions
GET/v1/files/{file_key}/comments/{comment_id}/reactions
Gets a paginated list of reactions left on the comment.

Parameters

required

File to get comment containing reactions from. This can be a file key or branch key. Use `GET /v1/files/:key` with the `branch_data` query param to get the branch key.

required

ID of comment to get reactions from.

Cursor for pagination, retrieved from the response of the previous call.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.getcommentreactions()