toggl_list_time_entries
List Toggl time entries with optional filtering by date range or modification timestamp. Retrieve entries for specific periods to monitor logged hours.
Instructions
List time entries with optional date filtering. Supports querying entries by date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | UNIX timestamp - get entries modified since this date | |
| before | No | ISO date - get entries with start time before this | |
| start_date | No | ISO date - entries starting from this date | |
| end_date | No | ISO date - entries up to this date |