Get audit log for a specific object
GET/audit/v1/logs/:kind/:name
Retrieves audit logs for an SLO, project, and service.
Specify the required resource (
slo
, service
, or project
) using the {kind}
path parameter. AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as
Authenticate API requests using an access token. Include it in the Authorization header as
Bearer TOKEN
.Request
Responses
- 200
- 400
- 500
A list of audit log entries.
Invalid request parameters
Internal server error