{ "operationId": "guardians-enqueued-vaas", "summary": "", "tags": [ "Guardian" ], "method": "GET", "path": "/v1/governor/enqueued_vaas", "parameters": [], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/governor.EnqueuedVaaResponse" } }, "400": { "description": "Bad Request", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }