Required. The parent resource name. Must be of the formorganizations/{org}.
Authorization requires the followingIAMpermission on the specified resourceparent:
apigee.hostqueries.list
Query parameters
Parameters
submittedBy
string
Filter response list by user who submitted queries.
status
string
Filter response list by asynchronous query status.
from
string
Filter response list by returning asynchronous queries that created after this date time. Time must be in ISO date-time format like '2011-12-03T10:15:30Z'.
to
string
Filter response list by returning asynchronous queries that created before this date time. Time must be in ISO date-time format like '2011-12-03T10:16:30Z'.
dataset
string
Filter response list by dataset.
Example:api,mint
inclQueriesWithoutReport
string
Flag to include asynchronous queries that don't have a report denifition.
[[["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-09-03 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of asynchronous queries at the host level using a \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://apigee.googleapis.com/v1/{parent=organizations/*}/hostQueries\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe required path parameter \u003ccode\u003eparent\u003c/code\u003e specifies the organization, requiring \u003ccode\u003eapigee.hostqueries.list\u003c/code\u003e IAM permission, and the request body must be empty.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter the returned list of asynchronous queries using various query parameters such as \u003ccode\u003esubmittedBy\u003c/code\u003e, \u003ccode\u003estatus\u003c/code\u003e, \u003ccode\u003efrom\u003c/code\u003e, \u003ccode\u003eto\u003c/code\u003e, \u003ccode\u003edataset\u003c/code\u003e, \u003ccode\u003einclQueriesWithoutReport\u003c/code\u003e, and \u003ccode\u003eenvgroupHostname\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eenvgroupHostname\u003c/code\u003e query parameter is required to filter the list by hostname.\u003c/p\u003e\n"],["\u003cp\u003eThe response, if successful, will be an instance of \u003ccode\u003eListAsyncQueriesResponse\u003c/code\u003e, and the request needs the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.hostQueries.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturn a list of Asynchronous Queries at host level.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{parent=organizations/*}/hostQueries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListAsyncQueriesResponse](/apigee/docs/reference/apis/apigee/rest/v1/ListAsyncQueriesResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]