Search audit records
GET /v2/compliance/decisions
Search for audit records with pagination and optional filtering.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Search term to filter.
Example
My itemPage number (starts at 1)
Example
1Items per page
Example
10Responses
Section titled “ Responses ”List of audit records with pagination information.
object
List of policy evaluations
object
The ID of the policy evaluation
82c4fce1-d2c7-48cb-a647-6993dbe37819The original request that was evaluated
object
{ "userId": "user123", "resource": "document.pdf", "action": "read"}List of policy reports
object
The action taken by the policy
ALLOWThe reason for the policy decision
User has sufficient permissions[ { "act": "REPORT", "why": "Access logged for audit purposes" }]List of allowed actions
object
The action taken by the policy
ALLOWThe reason for the policy decision
User has sufficient permissions[ { "act": "ALLOW", "why": "User has read permission" }]List of denied actions
object
The action taken by the policy
ALLOWThe reason for the policy decision
User has sufficient permissions[ { "act": "DENY", "why": "User lacks write permission" }]Overall decision of the policy evaluation
truePagination information
object
Page number (starts at 1)
1Items per page
10Total number of items
100Total number of pages
10Whether there is a next page
trueWhether there is a previous page
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error