Skip to main content
GET
/
api
/
v2
/
domains
/
{domain_id}
/
details
Error
A valid request URL is required to generate request examples
"id,finding_type,exposure_count,exposure_percentage,impact_count,impact_percentage,domain_sid,from_principal_name,from_principal,from_principal_kind,to_principal_name,to_principal,to_principal_kind,combo_graph_relation_id,domain,accepted,accepted_until,principals_hash,created_at,updated_at,is_inherited\n1,Tier Zero Generic Write,500,0.6711,1000,0.9961,5,S-1-5-21-123-123-123,[email protected],S-1-5-21-123-123-123,User,RPATTON DELEGATION [email protected],S-1-5-21-124-124-124,User,2,TITANCORP,true,0001-01-01T00:00:00Z,1lQiVG3hOuM=,2022-08-17T23:44:24Z,2024-12-18T15:01:00.176572729Z,Yes\n"
Applies to BloodHound Enterprise only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
integer
default:0

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.

Required range: x >= 0

Path Parameters

domain_id
string
required

Domain ID

Query Parameters

Accept
enum<string>

Media type to determine the response format (application/json or text/csv). Filter results by column string value. Valid filter predicates are eq, ~eq, neq.

Available options:
application/json,
text/csv
finding
string
required

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

sort_by
string

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. Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.

FromPrincipal
string

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

ToPrincipal
string

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

from_principal
string

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

to_principal
string

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

principals_hash
string

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

Accepted
string

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

AcceptedUntil
string<date-time>

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

accepted_until
string<date-time>

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

Principal
string

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

domain_sid
string

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

id
integer

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

created_at
string<date-time>

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

updated_at
string<date-time>

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

deleted_at
string<date-time>

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

skip
integer

This query parameter is used for determining the number of objects to skip in pagination. The number of items to skip in a paginated response.

Required range: x >= 0
limit
integer

This query parameter is used for setting an upper limit of objects returned in paginated responses. The limit of results requested by the client.

Required range: x >= 0
asset_group_tag_id
integer

The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' and 'Hygiene' is used.

Response

OK

The response is of type file.