List attack path findings
Returns a unified, paginated list of attack path findings. Defaults to active findings of both relationship and list types unless filtered otherwise.
Query parameters
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are severity, finding_type, finding, title, platform, environment_id, environment_name, asset_group_tag_id, zone_name, source_principal_id, source_principal_kind, source_principal_name, target_principal_id, target_principal_kind, target_principal_name, status, id, first_seen, last_seen.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by severity level.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by finding type. When not provided, both types are returned.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by finding name.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by human-readable finding title.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by platform.
Filter by one or more environment identifiers. Repeat the parameter to include multiple environments — results are the union of all specified values.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by environment display name.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by asset group tag identifier.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by zone name (e.g. "Tier Zero").
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by source principal identifier.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by source principal kind.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by source principal display name.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by target principal identifier.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by target principal kind.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by target principal display name.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by finding status.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by first seen timestamp.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by last seen timestamp.
Filter results by column boolean value. Valid filter predicates are eq, neq.
Filter findings by whether source and target principals belong to different platforms.
The number of items to skip in a paginated response.
This query parameter is used for determining the number of objects to skip in pagination.
The limit of results requested by the client.
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Response
OK
Changes
Changed in 5 of the 66 revisions of this API.136
- ○
added the new optional
queryrequest parameteris_cross_platformnew-optional-request-parameter
- ○
added the optional property
allOf[subschema #2]/data/items/is_cross_platformto the response with the200status (media type: application/json)response-optional-property-added
- ○
- ○
added the optional property
allOf[subschema #2]/data/items/idto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
orphanedenum value to theallOf[subschema #2]/data/items/statusresponse property for the response status200response-property-enum-value-added
- ●
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterasset_group_tag_idrequest-parameter-pattern-added
- ●
deleted the
queryrequest parameterzone_idrequest-parameter-removed
- ●
removed the optional property
allOf[subschema #2]/data/items/zone_idfrom the response with the200status (media type: application/json)response-optional-property-removed
- ○
for the
queryrequest parameterasset_group_tag_id, the type/format was generalized fromarray/tostring/request-parameter-type-generalized
- ○
added the optional property
allOf[subschema #2]/data/items/asset_group_tag_idto the response with the200status (media type: application/json)response-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○