list_time_entries
Retrieve time entries for a user on a workspace, with pagination to handle large datasets. Filter by project, task, tags, date range, and more.
Instructions
List a user's time entries on the workspace (paginated). fetch_all=True follows pagination and returns every page concatenated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| workspace_id | No | ||
| description | No | ||
| start | No | ||
| end | No | ||
| project | No | ||
| task | No | ||
| tags | No | ||
| project_required | No | ||
| task_required | No | ||
| hydrated | No | ||
| in_progress | No | ||
| get_week_before | No | ||
| page | No | ||
| page_size | No | ||
| fetch_all | No |