- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists reports associated with a query.
HTTP request
GET https://doubleclickbidmanager.googleapis.com/v2/queries/{queryId}/reports
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
queryId |
Required. ID of the query with which the reports are associated. |
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of results per page. Must be between |
pageToken |
A page token, received from a previous list call. Provide this to retrieve the subsequent page of reports. |
orderBy |
Name of a field used to order results. The default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. For example "key.reportId desc". Sorting is only supported for the following fields:
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"reports": [
{
object ( |
Fields | |
---|---|
reports[] |
Retrieved reports. |
nextPageToken |
A token, which can be sent as |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.