focus_list_time_entries
Retrieve time entries for a specified date range, with filters for type, task, archived status, and pagination. Supports YYYY-MM-DD or RFC3339 date formats.
Instructions
Toggl Focus/2.0: list time entries in a date range (date_from/date_to required). Accepts YYYY-MM-DD or RFC3339.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| type | No | ||
| date_to | Yes | End of range (YYYY-MM-DD or RFC3339) | |
| task_id | No | ||
| archived | No | ||
| per_page | No | Results per page (default 50, max 100) | |
| date_from | Yes | Start of range (YYYY-MM-DD or RFC3339) | |
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| time_block_id | No | ||
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. | |
| include_taskless | No |