Chat & Conversation Management
list_chat_conversations
List recent chat conversations for the authenticated user
Parameters
limit
(int, optional): Maximum number of conversations to return. Valid range is 1-500. Default is 100.
Returns
List[Dict[str, Any]]
: Each dictionary contains:chat_id
– conversation identifierupdated_at
– last activity timestampmessage_preview
– snippet of the last user/assistant message