get_my_time_entries
Retrieve time entries for the authenticated user within a specified time range. Provide start and end times to filter results.
Instructions
Get time entries for the authenticated user in a given time range.
Args: time_since: Start time (e.g., 2025-01-01T00:00:00Z) time_until: End time (e.g., 2025-01-01T23:59:59Z)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_since | Yes | ||
| time_until | Yes |