Get query status If the query is still in progress, the state is set to "running" After the query has completed successfully, state is set to "completed"
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/queries/*}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage outlines how to retrieve the status of an asynchronous query in the Apigee API."],["The HTTP request uses a GET method with a URL that follows gRPC Transcoding syntax, requiring a specific path to be provided."],["The request requires a single path parameter, `name`, which specifies the query to be fetched and mandates a specific IAM permission."],["The body of the request must be empty, and the successful response body will return an `AsyncQuery` instance."],["Authorization to make this call requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]