[[["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: modelMonitors.list\n\n**Full name**: projects.locations.modelMonitors.list\n\nLists ModelMonitors in a Location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/modelMonitors` \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 ModelMonitors from. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`filter` `string` \nThe standard list filter. More detail in [AIP-160](https://google.aip.dev/160).\n`pageSize` `integer` \nThe standard list page size.\n`pageToken` `string` \nThe standard list page token.\n`readMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nMask specifying which fields to read.\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 [ModelMonitoringService.ListModelMonitors](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.modelMonitors/list#google.cloud.aiplatform.v1beta1.ModelMonitoringService.ListModelMonitors)\n\nIf successful, the response body contains data with the following structure:\nFields `modelMonitors[]` `object (`[ModelMonitor](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.modelMonitors#ModelMonitor)`)` \nList of ModelMonitor in the requested page.\n`nextPageToken` `string` \nA token to retrieve the next page of results. Pass to [ListModelMonitorsRequest.page_token](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.modelMonitors/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]