Retrieve all Audit Log Entries
Get all Audit Log entries
User must have FORGE_PROVIDER_ADMIN or FORGE_TENANT_ADMIN authorization role.
Authentication
AuthorizationBearer
```
export JWT_BEARER_TOKEN="<jwt-bearer-token>"
# Example org name: "acme-inc
export ORG_NAME=<org-name>
# Use the JWT bearer token in your API request auth header:
curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://carbide-rest-api.carbide.svc.cluster.local/v2/org/$ORG_NAME/carbide/user/current
```
Path parameters
org
Query parameters
failedOnly
Return only audit log entries that have failed status code (>= 400)
pageNumber
Page number for pagination query
pageSize
Page size for pagination query
orderBy
Ordering for pagination query
Allowed values:
Response
OK
id
Unique identifier
endpoint
API endpoint
queryParams
Query parameters
method
HTTP method
body
HTTP body in JSON format
statusCode
HTTP response status code
statusMessage
HTTP response status message
clientIP
Client IP address
userID
User ID that executed the API call
user
User that executed the API call
orgName
Organization name
extraData
Extra data in JSON format
timestamp
API execution time
durationMs
API execution duration in milliseconds
apiVersion
API version
Errors
403
Forbidden Error