list_chats
Retrieve recent conversations sorted by activity, using limit and offset to page through chat history and locate specific threads.
Instructions
List conversations, most recently active first.
Args: limit: Maximum conversations to return (default 30). offset: Conversations to skip, for paging through the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |