- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide 
. For more information about the customer report's parameters, see the Customers Usage parameters 
reference guides.
HTTP request
 GET https://admin.googleapis.com/admin/reports/v1/usage/dates/{date} 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| date |   Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the ISO 8601 format 
,  | 
Query parameters
| Parameters | |
|---|---|
| customerId |   The unique ID of the customer to retrieve data for. | 
| pageToken |   Token to specify next page. A report with multiple pages has a  | 
| parameters |   The  In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of  UsageReports 
 
.
Authorization scopes
Requires the following OAuth scope:
-  https://www.googleapis.com/auth/admin.reports.usage.readonly
For more information, see the Authorization guide .

