List team audit log
GET /api/user/teams/{id}/audit
GET
/api/user/teams/{id}/audit
Lists recent audit events for team management actions.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Query Parameters
Section titled “Query Parameters ” action
string
Optional exact audit action to filter by.
limit
integer
Maximum number of audit rows to return (default 25, max 200).
offset
integer
Zero-based audit row offset for pagination.
Responses
Section titled “ Responses ”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