list_my_time_entries
List the current user's own individual time entries for a date range, with project name, task/subtask ids, hours, description, billable flag and status. Use this to see exactly what was logged (the per-entry detail), as opposed to aggregated totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of entries to return (1-200, default 200). Entries are returned most-recent first. | |
| end_date | Yes | End date of the range (ISO 8601 format, e.g. 2026-01-31) | |
| start_date | Yes | Start date of the range (ISO 8601 format, e.g. 2026-01-01) |