Knowledge · search_past_conversations
Search past conversations
Search the history of the workspace agents' conversations.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| query | string | Keywords to look for in past messages (e.g. "facture Acme", "brief LinkedIn"). Omit to simply list the most recent past conversations. |
| limit | number | Max conversations to return (default 5, max 15). |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"search_past_conversations","input":{"query":"…","limit":1}}'$
run({ "tool": "search_past_conversations", "input": {"query":"…","limit":1} })