Skip to main content
 print this page

List chats

GET 

/ai/playground/chats

Returns a paginated list of playground chats the user can access (non-project chats). Default offset is 1 (1-based), limit 5000 (max 5000), sortby LastModifiedTime, sortorder desc. Optional filterExpression (Title supports wildcards) and projectionExpression. Super-admin callers receive all non-project chats with owner access. No request body.

Request

Responses

Paginated chats plus next_available, count, and total_count. Stop when next_available is "no".

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers