[[["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-06-27 UTC."],[],[],null,["# Method: studies.list\n\n**Full name**: projects.locations.studies.list\n\nLists all the studies in a region for an associated project. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{parent}``/studies` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the Location to list the Study from. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`pageToken` `string` \nOptional. A page token to request the next page of results. If unspecified, there are no subsequent pages.\n`pageSize` `integer` \nOptional. The maximum number of studies to return per \"page\" of results. If unspecified, service will pick an appropriate default.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [VizierService.ListStudies](/vertex-ai/docs/reference/rest/v1/projects.locations.studies/list#google.cloud.aiplatform.v1.VizierService.ListStudies).\n\nIf successful, the response body contains data with the following structure:\nFields `studies[]` `object (`[Study](/vertex-ai/docs/reference/rest/v1/projects.locations.studies#Study)`)` \nThe studies associated with the project.\n`nextPageToken` `string` \nPasses this token as the `pageToken` field of the request for a subsequent call. If this field is omitted, there are no subsequent pages."]]