search_history
Search espresso shot history with filters for date, profile, and sorting. Retrieve shot records to analyze performance, track progress, and compare results.
Instructions
Search shot history with flexible filters. All parameters are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction | desc |
| query | No | Text search query (searches profile name) | |
| end_date | No | ISO date string for end of range, e.g. '2025-12-31' | |
| order_by | No | Sort fields | |
| start_date | No | ISO date string for start of range, e.g. '2025-01-01' | |
| max_results | No | Maximum number of results to return | |
| include_data | No | Include full sensor data arrays (pressure, flow, weight per time). Warning: large response. |