工具 API

list_conversations

Lists agent conversations. Returns: conversation list with metadata. Use when: asked about conversation history. Args: agent_id (str, optional): Filter conversations by specific agent ID cursor (str, optional): Pagination cursor for retrieving next page of results call_start_before_unix (int, optional): Filter conversations that started before this Unix timestamp call_start_after_unix (int, optional): Filter conversations that started after this Unix timestamp page_size (int, optional): Number of conversations to return per page (1-100, defaults to 30) max_length (int, optional): Maximum character length of the response text (defaults to 10000)

其他1 积分

调用信息

工具标识
elevenlabs.list_conversations
服务提供方
ElevenLabs
平均响应
0 ms
近 7 天调用
0

输入参数

agent_id

cursor

call_start_before_unix

call_start_after_unix

page_size

integer

max_length

integer