Get Audits
Get Audits
Query parameters
current page
return max item count, default 10, max 50
Response
OK
ActorName represents the actor name, it can be the username or token name.
ActorType represents the actor type, which can be one of the following:
- UNKNOWN: Represents an unknown actor such as not authenticated.
- USER: Represents a user.
- PAT: Represents a personal access token.
EventType represents the event type, indicates the type of event, API for http request, can expand to other types such as SYSTEM for internal system events in future.
OperatedAt represents the operation time.
Operation represents the operation, it will be the HTTP method for API events.
Path represents the request path, it will be the URL path for API events.
State represents the state, it indicates the state of the operation, e.g SUCCESS for API status code >= 200 & < 300.
StatusCode represents the status code, can be ignored for non-API events.