Get the access report for an audit context by name
Response will contain the permissions and associated bindings (principal and granted permission) for an audit context if the caller is authorized to view it
GET
/
org
/
{org}
/
auditctx
/
{name}
/
-accessreport
Get the access report for an audit context by name
Copy
Ask AI
curl --request GET \ --url https://api.cpln.io/org/{org}/auditctx/{name}/-accessreport \ --header 'Authorization: <api-key>'