get_time_report
Get a time report that summarises logged time and money per person for an account, project, or task within a date range. Apply optional filters for project, task, or user to narrow results.
Instructions
Summarise logged time and money for an account, project or task over a date range, totalled per person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | Inclusive end date. | |
| task_id | No | Limit to one task. Requires project_id. | |
| date_from | No | Inclusive start date. | |
| project_id | No | Limit to one project. | |
| user_email | No | Limit to one person. | |
| include_entries | No | Include every raw entry alongside the totals. |