curl --request GET \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/saved-queries/{saved_query_id}/export \
--header 'Authorization: Bearer <token>'"[this request has a binary response]"Export an existing saved query by ID
curl --request GET \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/saved-queries/{saved_query_id}/export \
--header 'Authorization: Bearer <token>'"[this request has a binary response]"Documentation Index
Fetch the complete documentation index at: https://specterops-enable-tls-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer $JWT_TOKEN
ID of the saved query
OK This response will contain binary content.
The response ZIP file will contain JSON files using their query name as the file name. The underlying JSON file is expected to have the following structure:
{
"name": "Return_Nodes",
"query": "MATCH (n) RETURN n",
"description": "Returns all nodes in a given graph"
}The response is of type file.