Method: projects.operations.list
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
HTTP request
GET https://earthengine.googleapis.com/v1beta/{name=projects/*}/operations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
The name of the operation's parent resource.
|
Query parameters
Parameters |
filter |
string
The standard list filter.
|
pageSize |
integer
The standard list page size.
|
pageToken |
string
The standard list page token.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListOperationsResponse
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["Lists Earth Engine operations matching the provided filter, returning an `UNIMPLEMENTED` error if unsupported by the server."],["Uses a `GET` request to a specified URL with parameters for resource name, filtering, pagination."],["Requires authorization with specific OAuth scopes for Earth Engine or Cloud Platform access."],["Returns a `ListOperationsResponse` object containing details of matching operations upon successful execution."]]],["This content describes a `GET` request to retrieve operations. The request URL specifies the parent resource's name using the `name` path parameter. Filtering is enabled through the `filter` query parameter, and pagination is handled via `pageSize` and `pageToken`. The request body must be empty. A successful response returns a `ListOperationsResponse`. If the server lacks support, it returns `UNIMPLEMENTED`. The request requires specific OAuth scopes for authorization.\n"]]