list_agent_chats
Retrieve chat rooms where the authenticated agent participates using pagination to manage large lists efficiently.
Instructions
List chat rooms where the agent is a participant.
Retrieves a list of chat rooms that the authenticated agent participates in.
Supports pagination.
Args:
page: Page number for pagination (optional).
page_size: Number of items per page (optional).
Returns:
JSON string containing the list of chat rooms.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No |