Get Audit Logs
POST
/
v2
/teams
/{team_id}
/audit-logs
Request Body
application/json
Optionalaudit logs filters
afterTime
string
= this time; RFC3339 format: 2006-01-02T15:04:05Z07:00
beforeTime
string
<= this time; RFC3339 format: 2006-01-02T15:04:05Z07:00
operations
array<string>
filter by devzero operations
resources
array<string>
filter by devzero resources
userEmails
array<string>
filter by user emails
Path Parameters
team_id
Requiredstring
ID of team
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Query Parameters
page
integer
The page number to retrieve
Minimum:
1
limit
integer
The number of items to retrieve per page
Minimum:
1
Maximum: 100
ascending
boolean
Sort in ascending order based on object creation timestamp
OK