queries
Lists reports generated by the provided query.
get/queries/{queryId}/reports
Path parameters
queryIdstring required
Required. The ID of the query that generated the reports.
Query parameters
orderBystring
Field to sort the list by. Accepts the following values: * key.reportId (default) The default sorting order is ascending. To specify descending order for a field, add the suffix desc to the field name. For example, key.reportId desc.
pageSizeinteger
Maximum number of results per page. Must be between 1 and 100. Defaults to 100 if unspecified.
pageTokenstring
A token identifying which page of results the server should return. Typically, this is the value of nextPageToken returned from the previous call to the queries.reports.list method. If unspecified, the first page of results is returned.
Response
Successful response