get_my_time_entries
Get the current user's time entry analytics for a date range, including hours breakdown by project and customer, billable vs non-billable split, and target comparison
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date for the analytics period (ISO 8601 format, e.g. 2026-01-31) | |
| start_date | Yes | Start date for the analytics period (ISO 8601 format, e.g. 2026-01-01) |