list_conversations
List conversations with optional filters and pagination. Parameters:string
Filter conversations by agent ID.
string
Search within message content.
number
Max results to return. Defaults to 20, max 50.
number
Pagination offset. Defaults to 0.
get_conversation
Get a single conversation with its full message history. Parameters:string
required
The ID of the conversation to retrieve.