search
Search all captured LLM calls by prompt, output, system prompt, agent name, or user ID to find calls related to a topic, error, or agent.
Instructions
Full-text search across all captured LLM calls. Searches prompts, outputs, system prompts, agent names, and user IDs. Use this to find calls related to a topic, error, or agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 20, max 100). | |
| query | Yes | Search term to look for across all captured calls. | |
| include_messages | No | Return full message bodies for each hit. Default false — hits are compact summaries with an action_id to drill in via explain. |