[[["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 2024-06-05 UTC."],[[["The GetOperation request message is used to retrieve the status of a specific Earth Engine operation."],["It requires providing the operation's name to identify the desired resource."],["The message is represented in JSON format with a single field, \"name\", which holds the operation's unique identifier."]]],["The core content defines the structure of a request message for `Operations.GetOperation`. This message, represented in JSON, requires a single field: `name`. This `name` field, a string, specifies the name of the operation resource being requested. The request is used to retrieve information about a specific operation.\n"]]