Method: projects.locations.studies.list

Lists all the studies in a region for an associated project.

HTTP request

GET https://us-central1-ml.googleapis.com/v1/{parent=projects/*/locations/*}/studies

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The project and location that the study belongs to. Format: projects/{project}/locations/{location}

Request body

The request body must be empty.

Response body

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

JSON representation
{
  "studies": [
    {
      object (Study)
    }
  ]
}
Fields
studies[]

object (Study)

The studies associated with the project.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.