Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.data.listOperations
Stay organized with collections
Save and categorize content based on your preferences.
Returns see getOperation for details on the Operation object.
Usage | Returns | ee.data.listOperations(limit, callback) | List<api.Operation> |
Argument | Type | Details | limit | Number, optional | Maximum number of results to return. |
callback | Function, optional | |
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-07-08 UTC.
[null,null,["Last updated 2025-07-08 UTC."],[[["\u003cp\u003e\u003ccode\u003eee.data.listOperations\u003c/code\u003e retrieves a list of operations, potentially limited by a specified maximum number.\u003c/p\u003e\n"],["\u003cp\u003eThe function accepts an optional \u003ccode\u003elimit\u003c/code\u003e parameter (a number) to specify the maximum number of results returned and an optional \u003ccode\u003ecallback\u003c/code\u003e function.\u003c/p\u003e\n"]]],[],null,["# ee.data.listOperations\n\n\u003cbr /\u003e\n\nReturns see getOperation for details on the Operation object.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------|-----------------------|\n| `ee.data.listOperations(`*limit* `, `*callback*`)` | List\\\u003capi.Operation\\\u003e |\n\n| Argument | Type | Details |\n|------------|--------------------|--------------------------------------|\n| `limit` | Number, optional | Maximum number of results to return. |\n| `callback` | Function, optional | |"]]