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.
Query the time-tracking audit log