Skip to main content
POST
/
v1
/
cloud-security
/
findings
/
{findingId}
/
exception
Mark a finding as an exception so it no longer appears in the active Scan Results list
curl --request POST \
  --url https://api.trycomp.ai/v1/cloud-security/findings/{findingId}/exception \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "Bucket hosts intentionally public marketing assets; writes restricted to the marketing IAM role."
}
'

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

findingId
string
required

Body

application/json
reason
string
required

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

Example:

"Bucket hosts intentionally public marketing assets; writes restricted to the marketing IAM role."

reviewedBy
string

Free-text reviewer or approval reference.

Example:

"Approved by CISO 2026-Q1"

expiresAt
string

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

Example:

"2026-08-13"

Response

201 - undefined