Skip to content
☁️ HitKeep Cloud is live. Choose EU or US and start now →

List team audit log

GET
/api/user/teams/{id}/audit

Lists recent audit events for team management actions.

id
required
string format: uuid
action
string

Optional exact audit action to filter by.

limit
integer
>= 1 <= 200

Maximum number of audit rows to return (default 25, max 200).

offset
integer

Zero-based audit row offset for pagination.

Team audit entries

object
action
string
entries
Array<object>
object
action
string
actor_email
string format: email
actor_user_id
string format: uuid
created_at
string format: date-time
details
string
id
string format: uuid
target_email
string format: email
target_user_id
string format: uuid
team_id
string format: uuid
has_more
boolean
limit
integer
offset
integer
total
integer

Invalid query parameters

object
message
string

Access denied

object
message
string