Skip to main content
 print this page

List threads in a project

GET 

/ai/projects/:project_id/threads

Returns the conversation threads in a project that you are allowed to see: the threads you created, plus any thread another member has shared as public. You need at least read-only access to the project. Results are paged. Increase offset by limit while next_available is the string "yes" and stop when it is "no".

Request

Responses

The threads on this page, together with count (threads in this response), total_count (threads matching the request before paging) and next_available. Page through by increasing offset by limit while next_available is the string "yes"; stop when it is "no". next_available is a string, not a boolean.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers
    Strict-Transport-Security