Skip to main content
 print this page

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

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
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers
    Strict-Transport-Security