CloudSecurity
Mark a finding as an exception so it no longer appears in the active Scan Results list
Accepts session, API key, or service token auth. For API key / service token callers without an explicit user attribution, the action is attributed to the org's owner and the audit log description records the calling key/service name.
post/v1/cloud-security/findings/{findingId}/exception
Path parameters
findingIdstring required
Request body
Example request
{
"reason": "Bucket hosts intentionally public marketing assets; writes restricted to the marketing IAM role.",
"reviewedBy": "Approved by CISO 2026-Q1",
"expiresAt": "2026-08-13"
}