Cypher
Community
Enterprise
Export one or more saved queries
Export existing saved queries using the scope parameter.
get/api/v2/saved-queries/export
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"
}