{ "operationId": "getGremlinQueryStatusById", "method": "GET", "path": "/gremlin/status/{queryId}", "summary": "Amazon Neptune Get the Status of a Specific Gremlin Query", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "getGremlinQueryStatusById200Example", "example": { "queryId": "neptune-cluster-abc123", "queryString": "example-value", "queryEvalStats": { "waited": 1, "elapsed": 1, "cancelled": true } } } ] }