List the comments for a specific file or a single comment
Access control rules
- The requester must have access to the repository.
- Reviewers have access to the comments made by their team and public comments by any other role.
- Judges and triagers have access to all comments except internal comments.
- Clients and admins have access to all comments.
Documentation Index
Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Reference to a resource, either by id or handle (username).
Response
Comments
The line(s) refered to in the comment.
Content of the comment, usually in Markdown.
Reactions to the comment.
User that made the comment.
User that last updated the comment.
Time at which the last update was made. Note: Check against created_at to see if comment has been updated,
Time at which the comment was made.
Comment is in a reply to a thread.
ID of the team whose users can see the comment, or NULL if the comment is visible to all users.
Time at which the comment was resolved, or none if the comment thread is not resolved. Only set on the parent comment.
User that resolved the comment thread, if any. Deduced from the
most recent resolved_at change recorded in file_comment_log.