[[["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 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eee.data.getAsset()\u003c/code\u003e loads information for an Earth Engine asset using its ID.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns asset details as an object or nothing if a callback function is provided.\u003c/p\u003e\n"],["\u003cp\u003eAn optional callback function can be used for asynchronous execution, otherwise, the call is synchronous.\u003c/p\u003e\n"]]],[],null,["# ee.data.getAsset\n\n\u003cbr /\u003e\n\nLoad info for an asset, given an asset id.\n\n\u003cbr /\u003e\n\nReturns the value call results, or null if a callback is specified.\n\n| Usage | Returns |\n|--------------------------------------|---------|\n| `ee.data.getAsset(id, `*callback*`)` | Object |\n\n| Argument | Type | Details |\n|------------|--------------------|------------------------------------------------------------------------|\n| `id` | String | The asset to be retrieved. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]