curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/asset-group-tags/{asset_group_tag_id}/members/counts \
--header 'Authorization: Bearer <token>'{
"data": {
"total_count": 123,
"counts": {}
}
}List counts of members of an asset group tag by primary kind.
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/asset-group-tags/{asset_group_tag_id}/members/counts \
--header 'Authorization: Bearer <token>'{
"data": {
"total_count": 123,
"counts": {}
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
ID of an asset group tag
Environment IDs to filter response by
OK
Show child attributes