List chats for the authenticated user.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/chats \ --header 'Authorization: Bearer <token>'
{ "items": [ { "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>", "id": "<string>", "modelId": "<string>", "title": "Product Support", "model": { "contextWindow": 128000, "createdAt": "2025-09-08T06:33:19Z", "creditMultiplier": 2, "description": "Advanced language model for complex tasks", "displayName": "large-model Omni", "enabled": true, "id": "550e8400-e29b-41d4-a716-446655440000", "isSystemModel": false, "maxTokensPerRequest": 4096, "metadata": {}, "modelName": "large-modelo", "provider": "provider-a", "supportsStreaming": true, "updatedAt": "2025-09-08T06:33:19Z" }, "status": "active", "deletedAt": "2024-01-20T10:00:00Z" } ], "nextCursor": "<string>", "hasMore": false, "totalCount": 123 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
List of related objects to expand in the response. Example: ?expand[]=model&expand[]=versions
["model"]
1 <= x <= 100
Opaque cursor
Successful Response
Paginated list of chat summaries.
List of chat summaries
Show child attributes
Cursor for the next page of results.
Whether there are more results available.
Total count of chats
Was this page helpful?