curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/domains/{domain_id}/attack-path-findings \
--header 'Authorization: Bearer <token>'"header1,header2,header3\ncell1,cell2,cell3\ncell4,cell5,cell6\n...\n"Export the finding table for a given attack path
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/domains/{domain_id}/attack-path-findings \
--header 'Authorization: Bearer <token>'"header1,header2,header3\ncell1,cell2,cell3\ncell4,cell5,cell6\n...\n"Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
Domain ID
Finding Type
Risk acceptance filter
accepted, unaccepted, all, Sort by column. The only sortable column is finding.
Sort by column. Can be used multiple times; prepend a hyphen for descending order.
See parameter description for details about which columns are sortable.
OK This response will contain csv text content.
The response is of type string.