Skip to main content
GET
Query the time-tracking audit log

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Query Parameters

entry_id
string

Filter to a specific time entry id.

user_id
string

Filter to actions performed by a specific user.

from
integer<int64>

Lower bound (inclusive) on the audit entry timestamp, unix seconds.

to
integer<int64>

Upper bound (exclusive) on the audit entry timestamp, unix seconds.

cursor
string
limit
integer

Response

Paginated list of audit entries

cursor
string
required
Example:

"dmsjqh9d8w1hdjosjaasda"

count
integer
required
Example:

14

audit_entries
object[]