Method: organizations.environments.analytics.exports.list

Lists the details and status of all analytics export jobs belonging to the parent organization and environment.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/analytics/exports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Names of the parent organization and environment. Must be of the form organizations/{org}/environments/{env}.

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.exports.list

Request body

The request body must be empty.

Response body

The response for exports.list

If successful, the response body contains data with the following structure:

JSON representation
{
  "exports": [
    {
      object (Export)
    }
  ]
}
Fields
exports[]

object (Export)

Details of the export jobs.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform