v51

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

List domain attack paths details

Lists detailed data about attack paths for a domain.

Note: ImpactCount, ImpactPercentage, ExposureCount, ExposurePercentage and Severity will have a value other than zero when butterfly analysis is enabled.

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

Query parameters

Acceptstring

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

Media type to determine the response format (application/json or text/csv).

findingstring required

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

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 domain_sid, index, AcceptedUntil, id, created_at, updated_at, deleted_at, exposure_percentage, impact_percentage. Relationship risks can be sorted on FromPrincipal and ToPrincipal in addition to the sortable columns for List Risks.

FromPrincipalstring

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

ToPrincipalstring

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

from_principalstring

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

to_principalstring

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

principals_hashstring

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

Acceptedstring

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

AcceptedUntilstring

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

accepted_untilstring

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

Principalstring

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

domain_sidstring

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

idstring

Filter results by column integer value. Valid filter predicates are eq, neq, gt, gte, lt, lte.

created_atstring

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

Filter results by created_at value. See filter schema details for valid predicates.

updated_atstring

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

Filter results by updated_at value. See filter schema details for valid predicates.

deleted_atstring

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

Filter results by deleted_at value. See filter schema details for valid predicates.

skipinteger

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.

limitinteger

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

OR