List chat_groups
List chat_groups
Fetches a paginated list of Chat Groups.
Authentication
Query parameters
Specifies the maximum number of results to include per page, enabling pagination. The value must be between 1 and 100, inclusive.
For example, if page_size is set to 10, each page will include up to 10 items. Defaults to 10.
Specifies the sorting order of the results based on their creation date. Set to true for ascending order (chronological, with the oldest records first) and false for descending order (reverse-chronological, with the newest records first). Defaults to true.
The unique identifier for an EVI configuration.
Filter Chat Groups to only include Chats that used this config_id in their most recent Chat.
Response
List of Chat Groups and their metadata returned for the specified page_number and page_size.
The page number of the returned list.
This value corresponds to the page_number parameter specified in the request. Pagination uses zero-based indexing.
The maximum number of items returned per page.
This value corresponds to the page_size parameter specified in the request.

