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 ”My itemSearch term to filter.
1Page number (starts at 1)
10Items per page
Responses
Section titled “ Responses ”List of audit records with pagination information.
object
List of policy evaluations
object
The ID of the policy evaluation
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09The 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