chats

Find Chats

Retrieves a list of existing chats, with support for pagination and filtering by favorite status. Helps manage and navigate chat history.

get/chats

Query parameters

limitnumber

Specifies the maximum number of chat records to return in a single response. Useful for paginating results when there are many chats.

Specifies the maximum number of chat records to return in a single response. Useful for paginating results when there are many chats.

offsetnumber

Determines the starting point for pagination. Used in conjunction with limit to retrieve a specific page of chat results.

Determines the starting point for pagination. Used in conjunction with limit to retrieve a specific page of chat results.

isFavorite'true' | 'false'

Filters chats by their "favorite" status. Accepts "true" or "false" (as strings, not booleans).

  • "true": returns only chats marked as favorites.
  • "false": returns only non-favorite chats.

Filters chats by their "favorite" status. Accepts "true" or "false" (as strings, not booleans).

  • "true": returns only chats marked as favorites.
  • "false": returns only non-favorite chats.

Response

Success

object'list' required

Changes