A string for filtering Operations. The following filter fields are supported:
serviceName: Required. Only = operator is allowed.
startTime: The time this job was started, in ISO 8601 format. Allowed operators are >=, >, <=, and <.
status: Can be done, in_progress, or failed. Allowed operators are =, and !=.
Filter expression supports conjunction (AND) and disjunction (OR) logical operators. However, the serviceName restriction must be at the top-level and can only be combined with other restrictions via the AND logical operator.
Examples:
serviceName={some-service}.googleapis.com
serviceName={some-service}.googleapis.com AND startTime>="2017-02-01"
serviceName={some-service}.googleapis.com AND status=done
serviceName={some-service}.googleapis.com AND (status=done OR startTime>="2017-02-01")
pageSize
integer
The maximum number of operations to return. If unspecified, defaults to 50. The maximum value is 100.
pageToken
string
The standard list page token.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
[[["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-05-14 UTC."],[],[],null,["# Method: operations.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListOperationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nLists service operations that match the specified filter in the request.\n\n### HTTP request\n\n`GET https://servicemanagement.googleapis.com/v1/operations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nThe response message for [Operations.ListOperations](/service-infrastructure/docs/service-management/reference/rest/v1/operations/list#google.longrunning.Operations.ListOperations).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/service.management`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]