cURL
curl --request GET \ --url https://platform.ai.gloo.com/ai/{v}/chats \ --header 'Authorization: Bearer <token>'
[ { "chat_id": "c108e5708-3a35-4104-8ac0-abd0fc18c008", "user_id": "u8721bb6d-b1c3-4130-b413-e7a56b3403d9", "created_at": "2025-07-14T18:38:26.126361", "updated_at": "2025-07-14T18:38:26.126361", "title": "Chat Title", "summary": "Chat Summary", "task": null, "pin": false } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
v1
Successful response
The response is of type Response List · object[].
Response List · object[]