Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eFetches features from an Earth Engine table created with a previous \u003ccode\u003etables.create\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the table name in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eReturns table features in a format determined by the request method.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with specific OAuth scopes like \u003ccode\u003eearthengine\u003c/code\u003e or \u003ccode\u003ecloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["Fetches `Table` features, the request includes the name of the Table to download from a previous `tables.create` request.\n\nHTTP request\n\n`GET https://earthengine.googleapis.com/v1beta/{name=projects/*/tables/*}:getFeatures`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------|----------------------------------------------------|\n| `name` | `string` Required. A table name from `Table.name`. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/earthengine.readonly`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]