[[["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: modelDeploymentMonitoringJobs.list\n\n**Full name**: projects.locations.modelDeploymentMonitoringJobs.list\n\nLists ModelDeploymentMonitoringJobs in a Location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/modelDeploymentMonitoringJobs` \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 of the ModelDeploymentMonitoringJob. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`filter` `string` \nThe standard list filter.\n\nSupported fields:\n\n- `displayName` supports `=`, `!=` comparisons, and `:` wildcard.\n- `state` supports `=`, `!=` comparisons.\n- `createTime` supports `=`, `!=`,`\u003c`, `\u003c=`,`\u003e`, `\u003e=` comparisons. `createTime` must be in RFC 3339 format.\n- `labels` supports general map functions that is: `labels.key=value` - key:value equality \\`labels.key:\\* - key existence\n\nSome examples of using the filter are:\n\n- `state=\"JOB_STATE_SUCCEEDED\" AND displayName:\"my_job_*\"`\n- `state!=\"JOB_STATE_FAILED\" OR displayName=\"my_job\"`\n- `NOT displayName=\"my_job\"`\n- `createTime\u003e\"2021-05-18T00:00:00Z\"`\n- `labels.keyA=valueA`\n- `labels.keyB:*`\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 [JobService.ListModelDeploymentMonitoringJobs](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.modelDeploymentMonitoringJobs/list#google.cloud.aiplatform.v1beta1.JobService.ListModelDeploymentMonitoringJobs).\n\nIf successful, the response body contains data with the following structure:\nFields `modelDeploymentMonitoringJobs[]` `object (`[ModelDeploymentMonitoringJob](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.modelDeploymentMonitoringJobs#ModelDeploymentMonitoringJob)`)` \nA list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.\n`nextPageToken` `string` \nThe standard List next-page token."]]