Retrieves a paginated list of sessions.
cURL
curl --request GET \ --url https://api.raccoonai.tech/chats \ --header 'Authorization: Bearer <token>'
{ "chats": [ { "id": "<string>", "chatId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "userId": "<string>", "createdAt": 123, "updatedAt": 123, "fileSnapshot": {} } ], "meta": { "total_count": 123, "total_pages": 123, "current_page": 123 } }
API key from Raccoon AI
x <= 100
Search filter
updatedAt
createdAt
title
asc
desc
Chats retrieved
List of sessions
Show child attributes
Was this page helpful?