Time report by category
Returns aggregated time-tracking totals grouped by workspace time category, computed by the time-tracking service from source-of-truth time entries.
When format=csv the response is a CSV file (text/csv) instead of JSON.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Query Parameters
Lower bound (inclusive) for the report window, as a Unix timestamp in seconds.
Upper bound (exclusive) for the report window, as a Unix timestamp in seconds.
Optional filter — restrict to billable (true) or non-billable (false) entries.
Optional filter — restrict to entries from these user IDs.
Optional filter — restrict to entries logged on cards within these project IDs.
Optional filter — restrict to entries logged against these time category IDs.
Response format. json (default) returns the JSON envelope. csv returns a flat
CSV export with one row per bucket (text/csv content-type).
json, csv