v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443187284.6 KB

Lists active Gremlin queries. See Gremlin query status API for details about the output.

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:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).

get/gremlin/status

Query parameters

includeWaitingboolean

If set to <code>TRUE</code>, the list returned includes waiting queries. The default is <code>FALSE</code>;

Response

Success

acceptedQueryCountinteger

The number of queries that have been accepted but not yet completed, including queries in the queue.

runningQueryCountinteger

The number of Gremlin queries currently running.