[[["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."],[[["Retrieves the configuration settings of a specified Google Earth Engine project."],["Uses a `GET` request with the project's name as a path parameter."],["Requires specific IAM permissions (`earthengine.computations.create`) for authorization."],["Returns a `ProjectConfig` object containing the project's configuration details upon successful execution."],["Needs authentication with either `earthengine` or `cloud-platform` OAuth scopes."]]],["This outlines how to retrieve a project's configuration state using a `GET` request to `https://earthengine.googleapis.com/v1/{name=projects/*/config}`. The `name` parameter in the URL path, representing the project, is required. The request body must be empty. Successful requests return a `ProjectConfig` instance. Authorization requires the `earthengine.computations.create` IAM permission and either the `earthengine` or `cloud-platform` OAuth scope.\n"]]