Retrieve Audit Log Entry
Retrieve a specific Audit Log Entry by ID
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
auditEntryId
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