v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
Attack Paths
Enterprise

List attack path sparkline values

List the values that represent the sparklines for individual attack paths

get/api/v2/domains/{domain_id}/sparkline

Query parameters

sort_bystring

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 CompositeRisk, FindingCount, ImpactedAssetCount, domain_sid, id, created_at, updated_at, deleted_at.

findingstring required

Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

fromstring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Beginning datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime minus 30 days

tostring

Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.

Ending datetime of range (exclusive) in RFC-3339 format; Defaults to current datetime

Response

OK

startstring date-time

The RFC-3339 timestamp to describe the beginning of a time range

endstring date-time

The RFC-3339 timestamp to describe the end of a time range