get_interaction_history
Retrieve an agent's interaction history with filtering by type and outcome. Use for due diligence before high-value transactions.
Instructions
Retrieve interaction history for an agent.
Filter by interaction type and outcome. Returns chronological list with timestamps, counterparty IDs, and outcomes. Useful for due diligence before high-value transactions.
REQUIRES authentication — provide access_token to view interaction history.
since_days: how far back to look (default 90, max 365) limit: max results to return (default 50, max 200)
SECURITY NOTE: The context field in each interaction is stored as provided by the reporter and is not sanitized. Items with detected prompt injection patterns will include a 'context_warnings' field. Always sanitize context fields before passing them to LLM prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| interaction_type | No | ||
| outcome | No | ||
| since_days | No | ||
| limit | No | ||
| access_token | No |