A filter specifying whatServices to return. The filter supports filtering on a particular service-identifier type or one of its attributes.
To filter on a particular service-identifier type, theidentifier_caserefers to which option in theidentifierfield is populated. For example, the filteridentifier_case = "CUSTOM"would match all services with a value for thecustomfield. Valid options include "CUSTOM", "APP_ENGINE", "MESH_ISTIO", and the other options listed athttps://cloud.google.com/monitoring/api/ref_v3/rest/v3/services#Service
To filter on an attribute of a service-identifier type, apply the filter name by using the snake case of the service-identifier type and the attribute of that service-identifier type, and join the two with a period. For example, to filter by themeshUidfield of theMeshIstioservice-identifier type, you must filter onmeshIstio.mesh_uid =
"123"to match all services with mesh UID "123". Service-identifier types and their attributes are described athttps://cloud.google.com/monitoring/api/ref_v3/rest/v3/services#Service
pageSize
integer
A non-negative number that is the maximum number of results to return. When 0, use default page size.
pageToken
string
If this field is not empty then it must contain thenextPageTokenvalue returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
Request body
The request body must be empty.
Response body
Theservices.listresponse.
If successful, the response body contains data with the following structure:
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value aspageTokenin the next call to this method.
[[["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-23 UTC."],[],[],null,["# Method: services.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListServicesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList `Service`s for this Metrics Scope.\n\n### HTTP request\n\n`GET https://monitoring.googleapis.com/v3/{parent}/services`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe `services.list` response.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/monitoring`\n- `\n https://www.googleapis.com/auth/monitoring.read`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]