Get reports & analytics
reports_getServer-side aggregated reports across time, revenue, pipeline and utilization. Totals are computed over the FULL filtered data set in the database, not over the returned page, so grand_total is always safe to quote even when the group list is paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which report to fetch. | |
| limit | No | ||
| offset | No | ||
| to_date | No | Inclusive end date, YYYY-MM-DD. | |
| statuses | No | Time entry statuses to include. Defaults to DRAFT+SUBMITTED+APPROVED for time_summary, APPROVED for utilization. | |
| from_date | No | Inclusive start date, YYYY-MM-DD. | |
| project_id | No | ||
| billable_only | No | employee_utilization: count only billable hours as actual. Default true. |