GET
/
ai
/
{v}
/
chat
Get chat
curl --request GET \
  --url https://platform.ai.gloo.com/ai/{v}/chat \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "u8721bb6d-b1c3-4130-b413-e7a56b3403d9",
  "chat_id": "c518c540a-28f1-4055-a8ed-44a5929c63f8",
  "created_at": "2025-07-14T19:04:56.974882",
  "updated_at": "2025-07-14T19:05:03.205307",
  "messages": [
    {
      "query_id": "q912f58e9-135b-4f95-8853-d98f7b5294f6",
      "message_id": "mfdca4b99-c672-4f76-8b48-dcf550be9500",
      "timestamp": "2025-07-14T19:04:58.449394",
      "role": "user",
      "character_limit": 0,
      "stream": false,
      "intent": 0,
      "message": "What is your name?",
      "model": "us.anthropic.claude-3-7-sonnet-20250219-v1:0",
      "publishers": []
    },
    {
      "query_id": "q912f58e9-135b-4f95-8853-d98f7b5294f6",
      "message_id": "mfc7bc417-c089-4806-8b61-51ba24b09898",
      "timestamp": "2025-07-14T19:04:59.679262",
      "role": "kallm",
      "intent": 0,
      "sources_limit": 0,
      "sources": [],
      "success": true,
      "suggestions": [
        "How can I use AI?",
        "What can KALLM help me with?",
        "Can I ask you for advice?"
      ],
      "message": "My name is Gloo AI Chat. How can I assist you today?",
      "model": "us.anthropic.claude-3-7-sonnet-20250219-v1:0"
    }
  ],
  "pin": false,
  "summary": null,
  "title": "User Asks About AI's Name"
}

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

Query Parameters

chat_id
string
required

Response

200
application/json

Successful response

The response is of type object.