Time spent
time_spentRetrieve time spent summaries for a date range, grouped by project, client, label, or day, with server-computed billable totals.
Instructions
[timely] Where did my time go? Server-side rollups for a date range (YYYY-MM-DD), grouped by project, client, label, or day, with billable split. Totals are computed by Timely, not client-side. Day buckets follow the Timely account's timezone (a day's bucket equals the sum of that day's entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | ||
| until | Yes | ||
| group_by | No | project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | ||
| until | Yes | ||
| groups | Yes | ||
| summary | Yes | ||
| group_by | Yes | ||
| total_hours | Yes | ||
| billable_hours | Yes | ||
| total_formatted | Yes | ||
| non_billable_hours | Yes |