Get a single secret-finding by id
GET /secret-findings/{id}
GET
/secret-findings/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
repo_name
required
string
repo_provider
string
commit_sha
required
string
file_path
required
string
line_number
integer
rule_id
required
string
rule_description
string
severity
string
status
string
detected_at
string format: date-time
acknowledged_by
acknowledged_at
string format: date-time
notes
string
organisation
secret_type
string
matched_pattern
Name of the matched pattern rule — never contains the actual secret value
string
context_snippet
Anonymized context around the match — secret value replaced with [REDACTED]
string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found