List file comments.
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
Query Parameters
Maximum number of comments to return.
Defaults to 10 comments (not counting replies to that comment), limited to 100.
x >= 0Pagination value.
When this route is first used it returns a next_value, when set as the
next value it will return the next set of items, implementing
pagination.
Notes
All the same filtering options MUST be used between requests, otherwise comments might be skipped and/or returned twice (in two different requests).
Filter comments by user (id) that created them.
If a comment is created by any of the users in this list it will be
included in the result, i.e. it's an OR not AND filtering.
Format is a comma separated list, e.g.
05c45af0-b99f-4fb6-8f48-6606b64f982e,c206ac84-9483-4320-a271-6a402d8f7bce.
Search the comment's content for the query.
If any comment in a comment thread matches the search query the entire comment thread is returned.
Limit the comment threads to include at least one comment where the user was pinged.
Defaults to not be limited to pings only.
Limit file comments to either include only resolved comments, ie: resolved=true or only unresolved comments, ie: resolved=false If this parameter is not provided, the default behavior includes all comments (resolved and unresolved)