get_opened_events
Retrieve Bluematador events opened within a specified time range. Provide start and end timestamps, optionally filter by project ID.
Instructions
Get Bluematador events that were opened within a time period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO 8601 format (e.g., 2023-10-24T21:44:58Z) | |
| start | Yes | Start time in ISO 8601 format (e.g., 2023-10-23T21:44:58Z) | |
| project | No | Project ID to filter events (optional) |