Time tracking
Query the time tracking audit log
Returns audit entries for time-tracking actions, filterable by entry id, user, and time range.
GET
Query the time-tracking audit log
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
Filter to a specific time entry id.
Filter to actions performed by a specific user.
Lower bound (inclusive) on the audit entry timestamp, unix seconds.
Upper bound (exclusive) on the audit entry timestamp, unix seconds.
Previous
Time report by userReturns aggregated time-tracking totals grouped by user, computed by the
time-tracking service from source-of-truth time entries and its cached card
projection. This is the analytics report surface;
`/{team_id}/time/entries?aggregate=true` remains the lightweight live aggregate.
When `format=csv` the response is a CSV file (`text/csv`) instead of JSON.
Next
Query the time-tracking audit log