This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
orderBy
string
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:
displayName
createTime
updateTime
Example: displayName, createTime desc.
gdcZone
string
Optional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only set this field when the Endpoint is to be deployed in a GDC environment.
[[["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-07-31 UTC."],[],[],null,["# Method: endpoints.list\n\n**Full name**: projects.locations.endpoints.list\n\nLists endpoints in a Location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{parent}``/endpoints` \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 from which to list the endpoints. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`filter` `string` \nOptional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.\n\n- `endpoint` supports `=` and `!=`. `endpoint` represents the Endpoint id, i.e. the last segment of the Endpoint's [resource name](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints#Endpoint.FIELDS.name).\n- `displayName` supports `=` and `!=`.\n- `labels` supports general map functions that is:\n - `labels.key=value` - key:value equality\n - `labels.key:*` or `labels:key` - key existence\n - A key including a space must be quoted. `labels.\"a key\"`.\n- `base_model_name` only supports `=`.\n\nSome examples:\n\n- `endpoint=1`\n- `displayName=\"myDisplayName\"`\n- `labels.myKey=\"myValue\"`\n- `baseModelName=\"text-bison\"`\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token. Typically obtained via [ListEndpointsResponse.next_page_token](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints/list#body.ListEndpointsResponse.FIELDS.next_page_token) of the previous [EndpointService.ListEndpoints](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints/list#google.cloud.aiplatform.v1.EndpointService.ListEndpoints) call.\n`readMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nOptional. Mask specifying which fields to read.\n\nThis is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`.\n`orderBy` `string` \nA comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields:\n\n- `displayName`\n- `createTime`\n- `updateTime`\n\nExample: `displayName, createTime desc`.\n`gdcZone` `string` \nOptional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only set this field when the Endpoint is to be deployed in a GDC environment.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [EndpointService.ListEndpoints](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints/list#google.cloud.aiplatform.v1.EndpointService.ListEndpoints).\n\nIf successful, the response body contains data with the following structure:\nFields `endpoints[]` `object (`[Endpoint](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints#Endpoint)`)` \nList of endpoints in the requested page.\n`nextPageToken` `string` \nA token to retrieve the next page of results. Pass to [ListEndpointsRequest.page_token](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]