Skip to main content
POST
List effective assessments for lookups

Authorizations

Authorization
string
header
required

Bearer token for authentication

Body

application/json

Request to look up effective assessments for one or more (external_id, identity) lookups of a given finding type

Request to look up effective assessments for one or more (external_id, identity) lookups of a given finding type

project_name
string

Project name

project_version_name
string

Project version name (scopes precedence to that version when set)

finding_type
enum<string>
default:FINDING_TYPE_UNSPECIFIED

FindingType represents the type of security finding. Lives in shared_messages.proto for the same reason as FindingSeverity: assessment.proto needs it for the ListEffective query tuples without creating an import cycle with finding.proto.

Available options:
FINDING_TYPE_UNSPECIFIED,
FINDING_TYPE_VULNERABILITY
lookups
EffectiveAssessmentLookup · object[]

Lookups (1 to 5000 entries)

Response

A successful response.

Response for ListEffective method

results
EffectiveAssessmentEntry · object[]

Per-lookup results, index-aligned with the request's lookups