[[["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: deploymentResourcePools.list\n\n**Full name**: projects.locations.deploymentResourcePools.list\n\nList DeploymentResourcePools in a location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{parent}``/deploymentResourcePools` \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 parent Location which owns this collection of DeploymentResourcePools. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`pageSize` `integer` \nThe maximum number of DeploymentResourcePools to return. The service may return fewer than this value.\n`pageToken` `string` \nA page token, received from a previous `deploymentResourcePools.list` call. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `deploymentResourcePools.list` must match the call that provided the page token.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for deploymentResourcePools.list method.\n\nIf successful, the response body contains data with the following structure:\nFields `deploymentResourcePools[]` `object (`[DeploymentResourcePool](/vertex-ai/docs/reference/rest/v1/projects.locations.deploymentResourcePools#DeploymentResourcePool)`)` \nThe DeploymentResourcePools from the specified location.\n`nextPageToken` `string` \nA token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages."]]