Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.evaluationRuns.list
Lists Evaluation Runs.
Endpoint
get
https://aiplatform.googleapis.com/v1/{parent}/evaluationRuns
Path parameters
parent
string
Required. The resource name of the Location from which to list the Evaluation Runs. Format: projects/{project}/locations/{location}
Query parameters
pageSize
integer
Optional. The maximum number of Evaluation Runs to return.
pageToken
string
Optional. A page token, received from a previous evaluationRuns.list call. Provide this to retrieve the subsequent page.
filter
string
Optional. Filter expression that matches a subset of the EvaluationRuns to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see AIP-160.
orderBy
string
Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use desc after a field name for descending.
Request body
The request body must be empty.
Response body
Response message for EvaluationManagementService.ListEvaluationRuns.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,["**Full name**: projects.locations.evaluationRuns.list\n\nLists Evaluation Runs. \n\nEndpoint get `https:``/``/aiplatform.googleapis.com``/v1``/{parent}``/evaluationRuns` \n\nPath parameters `parent` `string` \nRequired. The resource name of the Location from which to list the Evaluation Runs. Format: `projects/{project}/locations/{location}`\n\nQuery parameters `pageSize` `integer` \nOptional. The maximum number of Evaluation Runs to return.\n`pageToken` `string` \nOptional. A page token, received from a previous `evaluationRuns.list` call. Provide this to retrieve the subsequent page.\n`filter` `string` \nOptional. Filter expression that matches a subset of the EvaluationRuns to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).\n`orderBy` `string` \nOptional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.\n\nRequest body\n\nThe request body must be empty. \n\nResponse body Response message for EvaluationManagementService.ListEvaluationRuns.\n\nIf successful, the response body contains data with the following structure:\nFields `evaluationRuns[]` `object (`[EvaluationRun](/vertex-ai/generative-ai/docs/reference/rest/v1/projects.locations.evaluationRuns#EvaluationRun)`)` \nList of EvaluationRuns in the requested page.\n`nextPageToken` `string` \nA token to retrieve the next page of results. \n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"evaluationRuns\": [ { object (/vertex-ai/generative-ai/docs/reference/rest/v1/projects.locations.evaluationRuns#EvaluationRun) } ], \"nextPageToken\": string } ``` |"]]