search_shot_history
Search and list espresso shots by profile or stage name, with optional date range and result limit filters. Returns lightweight results for quick browsing.
Instructions
Search and list espresso shots with optional filters. Returns lightweight results by default. Use get_shot_details to get full timeseries data for a specific shot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search by profile name or stage name | |
| start_date | No | Start date in ISO format (e.g. 2024-01-01) | |
| end_date | No | End date in ISO format (e.g. 2024-01-31) | |
| max_results | No | Maximum number of results (default: 20) |