On September 15, 2026, all Cloud Composer 1 versions and versions 2.0.x of Cloud Composer 2 will reach their planned end of life. You will not be able to use environments with these versions. We recommend planning migration to Cloud Composer 3. Cloud Composer 2 versions 2.1.x and later are still supported and are not impacted by this change.
Required. The resource name of the ConfigMap to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
Authorization requires the following IAM permission on the specified resource name:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-30 UTC."],[[["\u003cp\u003eThis endpoint retrieves an existing user workloads ConfigMap within a specified Cloud Composer environment.\u003c/p\u003e\n"],["\u003cp\u003eThe required HTTP request method is \u003ccode\u003eGET\u003c/code\u003e, and the URL follows gRPC Transcoding syntax to specify the ConfigMap's resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e parameter is mandatory, which includes the project, location, environment, and the ConfigMap's ID.\u003c/p\u003e\n"],["\u003cp\u003eNo request body is needed when utilizing this endpoint, and the response body returns a \u003ccode\u003eUserWorkloadsConfigMap\u003c/code\u003e instance on success.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this endpoint requires the \u003ccode\u003ecomposer.userworkloadsconfigmaps.get\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.environments.userWorkloadsConfigMaps.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets an existing user workloads ConfigMap.\n\nThis method is supported for Cloud Composer environments in versions composer-3-airflow-\\*.\\*.\\*-build.\\* and newer.\n\n### HTTP request\n\n`GET https://composer.googleapis.com/v1beta1/{name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [UserWorkloadsConfigMap](/composer/docs/reference/rest/v1beta1/projects.locations.environments.userWorkloadsConfigMaps#UserWorkloadsConfigMap).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]