Skip to main content
GET
Get finding details
Returns a single finding along with its triage thread, occurrence count, repository URL, scan type, and a Mermaid diagram of the vulnerability trace when one was produced.
Scope required: read

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
id
string
required

Finding UUID

title
string
required
category
string
required
severity
enum<string>
required
Available options:
critical,
high,
medium,
low,
info
state
enum<string>
required
Available options:
open,
true_positive,
false_positive,
accepted_risk,
resolved,
closed
description
string
required
affected_file
string
required
affected_code
string
required
proof_of_concept
string | null
required
tags
string[]
required
scan_id
string | null
required
found_at
string
required
updated_at
string
required
resolved_at
string | null
required

Timestamp of the most recent transition to resolved (ISO 8601). Null if never resolved.

triage_thread
object[]
required
taint_path
object[]
required
occurrence_count
number
required
repo_url
string | null
required
scan_type
string | null
required