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.
[[["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 API endpoint lists available ImageVersions for a specified project and location using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter to specify the project and location, formatted as "projects/{projectId}/locations/{locationId}", and uses query parameters like \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eincludePastReleases\u003c/code\u003e for pagination and filtering.\u003c/p\u003e\n"],["\u003cp\u003eThe API call returns a JSON response containing a list of \u003ccode\u003eimageVersions\u003c/code\u003e with details like \u003ccode\u003eimageVersionId\u003c/code\u003e, \u003ccode\u003eisDefault\u003c/code\u003e, \u003ccode\u003esupportedPythonVersions\u003c/code\u003e, \u003ccode\u003ereleaseDate\u003c/code\u003e, \u003ccode\u003ecreationDisabled\u003c/code\u003e, and \u003ccode\u003eupgradeDisabled\u003c/code\u003e, along with a \u003ccode\u003enextPageToken\u003c/code\u003e if more data is available.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and authorization requires the \u003ccode\u003ecomposer.imageversions.list\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.imageVersions.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListImageVersionsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ImageVersion](#ImageVersion)\n - [JSON representation](#ImageVersion.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nList ImageVersions for provided location.\n\n### HTTP request\n\n`GET https://composer.googleapis.com/v1/{parent=projects/*/locations/*}/imageVersions`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe ImageVersions in a project and location.\n\nIf successful, the response body contains data with the following structure:\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).\n\nImageVersion\n------------\n\nImageVersion information"]]