CloudSecurity

Mark a finding as an exception so it no longer appears in the active Scan Results list

Mark a finding as an exception so it no longer appears in the active Scan Results list in Comp AI. Run AWS, Azure, and GCP cloud security scans, detect enabled services, review findings, and connect cloud posture results to compliance work.

post/v1/cloud-security/findings/{findingId}/exception

Path parameters

findingIdstring required

Request body

reasonstring required

Documentation for why this finding does not apply or is being accepted. Minimum 20 non-whitespace characters.

reviewedBystring

Free-text reviewer or approval reference.

expiresAtstring

ISO date when this exception should auto-expire. Null/missing = never.

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"
}

Changes