GET
/
ai
/
{v}
/
chats
List chats
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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

v
enum<string>
required
Available options:
v1

Response

200
application/json

Successful response

The response is of type Response List · object[].