Method: organizations.hostQueries.list Stay organized with collections Save and categorize content based on your preferences.
Return a list of Asynchronous Queries at host level.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/hostQueries
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource name. Must be of the form Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
submittedBy |
Filter response list by user who submitted queries. |
status |
Filter response list by asynchronous query status. |
from |
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 |
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 |
Filter response list by dataset. Example: |
inclQueriesWithoutReport |
Flag to include asynchronous queries that don't have a report denifition. |
envgroupHostname |
Required. Filter response list by hostname. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance ofListAsyncQueriesResponse.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.