v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443187284.6 KB

Retrieves the status of a specified openCypher query.

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.

Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).

get/opencypher/status/{queryId}

Path parameters

queryIdstring required

The unique ID of the openCypher query for which to retrieve the query status.

Response

Success

queryIdstring

The unique ID of the query for which status is being returned.

queryStringstring

The openCypher query string.