[[["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: specialistPools.list\n\n**Full name**: projects.locations.specialistPools.list\n\nLists SpecialistPools in a Location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{parent}``/specialistPools` \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 name of the SpecialistPool's parent resource. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`pageSize` `integer` \nThe standard list page size.\n`pageToken` `string` \nThe standard list page token. Typically obtained by [ListSpecialistPoolsResponse.next_page_token](/vertex-ai/docs/reference/rest/v1/projects.locations.specialistPools/list#body.ListSpecialistPoolsResponse.FIELDS.next_page_token) of the previous [SpecialistPoolService.ListSpecialistPools](/vertex-ai/docs/reference/rest/v1/projects.locations.specialistPools/list#google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools) call. Return first page if empty.\n`readMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nMask specifying which fields to read. FieldMask represents a set of\n\nThis is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [SpecialistPoolService.ListSpecialistPools](/vertex-ai/docs/reference/rest/v1/projects.locations.specialistPools/list#google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools).\n\nIf successful, the response body contains data with the following structure:\nFields `specialistPools[]` `object (`[SpecialistPool](/vertex-ai/docs/reference/rest/v1/projects.locations.specialistPools#SpecialistPool)`)` \nA list of SpecialistPools that matches the specified filter in the request.\n`nextPageToken` `string` \nThe standard List next-page token."]]