v51

latestOpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
Cypher
Community
Enterprise

Export a saved query

Export an existing saved query by ID

get/api/v2/saved-queries/{saved_query_id}/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"
}