Method: organizations.hostQueries.list

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

string

Required. The parent resource name. Must be of the formorganizations/{org}.

Authorization requires the followingIAM permission 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.

envgroupHostname

string

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.