List comments on an AI project
GET/ai/projects/:project_id/comments
Returns the comments left on an AI project, newest first, one page at a time.
You need at least read-only access on the project. Comments are ordered by creation time; use sortorder to flip the direction.
Request
Responses
- 200
- 400
- 500
One page of comments for the project. Page through results by increasing offset by limit while next_available is the string "yes", and stop when it is "no". next_available is a string, not a boolean. total_count is the number of comments on the project, and count is how many came back on this page.
Response Headers
The request was invalid or you do not have permission. The body is {"Message": " -
Response Headers
An unexpected server error. The body is {"Message": " - offset beyond total_count currently surfaces here rather than as a 400, so keep paging within the reported total.