toggl_get_time_entries
Retrieve time entries from Toggl Track with date range filters. Returns detailed entries including project and workspace information for tracking and reporting.
Instructions
Get time entries with optional date range filters. Returns hydrated entries with project/workspace names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Predefined period to fetch entries for | |
| start_date | No | Start date (YYYY-MM-DD format) | |
| end_date | No | End date (YYYY-MM-DD format) | |
| workspace_id | No | Filter by workspace ID | |
| project_id | No | Filter by project ID |