Export a saved query
Cypher
Export a saved query
Export an existing saved query by ID
GET
Export a saved query
Documentation Index
Fetch the complete documentation index at: https://specterops-bp-2510-sharphound-collection.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization: Bearer $JWT_TOKEN
Path Parameters
ID of the saved query
Response
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.