Skip to main content
GET
List organization security finding occurrences

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

finding_id
string<uuid>
required

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 10000
page_size
integer
default:50

Values above 100 are clamped to 100.

Required range: x >= 1
status
enum<string>

Keep only occurrences in one status, using the same predicates the finding row's disposition_counts are built from: open is active with no disposition, acknowledged and accepted_risk are active with that disposition, resolved is the resolved scan state. Omit it to list every occurrence, live and resolved.

Available options:
open,
acknowledged,
accepted_risk,
resolved
cluster_id
string<uuid>

Keep only occurrences observed on this cluster.

Response

Successful response

pagination
object
required
result
object[]
required