Method: executions.list

Full name: projects.locations.instances.labsExperiments.executions.list

Lists LabsExperimentExecution resources.

HTTP request


Path parameters

Parameters
parent

string

Required. The parent resource name. Can be an Instance or a specific LabsExperiment. Format: projects/{project}/locations/{location}/instances/{instance}/labsExperiments/{labsExperiment}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of experiments to return. The service may return fewer than this value. If unspecified, server picks an appropriate default.

pageToken

string

Optional. A page token received from a previous executions.list call. Provide this to retrieve the subsequent page.

filter

string

Optional. Filter expression conforming to AIP-160. Example: state = "ACTIVE" AND category = "DETECTIONS"

orderBy

string

Optional. Order by fields conforming to AIP-132. Example: createTime desc

Request body

The request body must be empty.

Response body

Response message for executions.list method.

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

JSON representation
{
  "labsExperimentExecutions": [
    {
      object (LabsExperimentExecution)
    }
  ],
  "nextPageToken": string
}
Fields
labsExperimentExecutions[]

object (LabsExperimentExecution)

The list of LabsExperimentExecution resources found.

nextPageToken

string

A token to retrieve the next page of results.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.