List Comment Replies
list-repliesRead the replies in a specific comment thread on a Canva design.
Use to see who has replied to a comment and what they said.
Not for reviewing all comments attached to a design or adding a reply.
Returns the selected comment's replies and, when more results are available, a continuation token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of replies to return per page. | |
| design_id | Yes | ID of the Canva design containing the comment. Design IDs start with "D". | |
| comment_id | Yes | ID of the top-level comment whose replies to return. | |
| user_intent | No | Mandatory description of what the user is trying to accomplish with this tool call. This should always be provided by LLM clients. Please keep it concise (255 characters or less recommended). | |
| continuation | No | Exact continuation token returned by the previous call for the same design and comment. Omit for the first page. |