Get audit log
GET/audit-logs/:auditLogKey
Eventually Consistent About endpoint data consistency
Learn about endpoint consistencyGet an audit log entry by auditLogKey.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The audit log entry is successfully returned.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The audit log with the given key was not found.
An internal error occurred while processing the request.