Headers
Bearer token (JWT) from OAuth2 login
Query Parameters
Number of records to skip for pagination
Maximum number of records to return
Response
Returns an array of chat objects.Unique identifier for the chat
The chat title
ISO 8601 timestamp when created
ISO 8601 timestamp when last updated
Number of messages in the chat
Pagination: Use the 
skip and limit parameters to paginate through large lists of chats. The default limit is 50 chats per request.Chats are ordered by 
updated_at in descending order, so the most recently active conversations appear first.
