- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all report tasks for a property.
HTTP request
GET https://analyticsdata.googleapis.com/v1alpha/{parent=properties/*}/reportTasks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. All report tasks for this property will be listed in the response. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of report tasks to return. |
pageToken |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
A list of all report tasks for a property.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"reportTasks": [
{
object ( |
Fields | |
---|---|
reportTasks[] |
Each report task for a property. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics