List all AlphaEvolveExperiments in a given session.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*/sessions/*}/alphaEvolveExperiments
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource name (Session) of the |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of experiments to return. The service may return fewer than this value. |
pageToken |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response message for AlphaEvolveService.ListAlphaEvolveExperiments.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"alphaEvolveExperiments": [
{
object ( |
| Fields | |
|---|---|
alphaEvolveExperiments[] |
Output only. List of experiments. |
nextPageToken |
Output only. A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/discoveryengine.readwritehttps://www.googleapis.com/auth/discoveryengine.serving.readwrite
For more information, see the Authentication Overview.