Lists all scheduled evaluation runs in the given app.
HTTP request
GET https://ces.googleapis.com/v1beta/{parent=projects/*/locations/*/apps/*}/scheduledEvaluationRuns
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The resource name of the app to list scheduled evaluation runs from. |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
pageToken |
Optional. The |
filter |
Optional. Filter to be applied when listing the scheduled evaluation runs. See https://google.aip.dev/160 for more details. Currently supports filtering by: * request.evaluations:evaluationId * request.evaluation_dataset:evaluationDatasetId |
orderBy |
Optional. Field to sort by. Supported fields are: "name" (ascending), "createTime" (descending), "updateTime" (descending), "next_scheduled_execution" (ascending), and "lastCompletedRun.create_time" (descending). If not included, "updateTime" will be the default. See https://google.aip.dev/132#ordering for more details. |
Request body
The request body must be empty.
Response body
Response message for EvaluationService.ListScheduledEvaluationRuns.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"scheduledEvaluationRuns": [
{
object ( |
| Fields | |
|---|---|
scheduledEvaluationRuns[] |
The list of scheduled evaluation runs. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/ces
For more information, see the Authentication Overview.