Method: projects.locations.studies.trials.list

Lists the trials associated with a study.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the study that the trial belongs to.

Request body

The request body must be empty.

Response body

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

The response message for the trials.list method.

JSON representation
{
  "trials": [
    {
      object (Trial)
    }
  ]
}
Fields
trials[]

object (Trial)

The trials associated with the study.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.