query_events
Query tracking events with filters by entity type, entity ID, start/end dates, and limit to retrieve specific records from your tracking data.
Instructions
Query tracking events with filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 100) | |
| end_date | No | End date (inclusive, optional) | |
| entity_id | No | Filter by entity ID (optional) | |
| start_date | No | Start date (inclusive, optional) | |
| entity_type | No | Filter by entity type (optional) |