Returns a list of runtimes that are supported for the requested project.
HTTP request
GET https://cloudfunctions.googleapis.com/v2alpha/{parent}/runtimes
Path parameters
Parameters
parent
string
Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/* It takes the form projects/{project}/locations/{location}.
Authorization requires the following IAM permission on the specified resource parent:
iam.permissions.none
Query parameters
Parameters
filter
string
The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
Request body
The request body must be empty.
Response body
Response for the runtimes.list method.
If successful, the response body contains data with the following structure:
[[["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-16 UTC."],[[["\u003cp\u003eThis API endpoint lists supported runtimes for a given project and location using a \u003ccode\u003eGET\u003c/code\u003e request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter, formatted as \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e, which specifies the project and location to list runtimes from.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003efilter\u003c/code\u003e query parameter allows filtering the runtimes based on a specified expression.\u003c/p\u003e\n"],["\u003cp\u003eThe response contains a list of \u003ccode\u003eruntimes\u003c/code\u003e, each of which has properties like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003edisplayName\u003c/code\u003e, \u003ccode\u003estage\u003c/code\u003e, \u003ccode\u003ewarnings\u003c/code\u003e, \u003ccode\u003eenvironment\u003c/code\u003e, \u003ccode\u003edeprecationDate\u003c/code\u003e, and \u003ccode\u003edecommissionDate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope, along with the \u003ccode\u003eiam.permissions.none\u003c/code\u003e permission on the \u003ccode\u003eparent\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.runtimes.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.ListRuntimesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Runtime](#Runtime)\n - [JSON representation](#Runtime.SCHEMA_REPRESENTATION)\n- [RuntimeStage](#RuntimeStage)\n- [Try it!](#try-it)\n\nReturns a list of runtimes that are supported for the requested project.\n\n### HTTP request\n\n`GET https://cloudfunctions.googleapis.com/v2alpha/{parent}/runtimes`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for the `runtimes.list` method.\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\nRuntime\n-------\n\nDescribes a runtime and any special information (e.g., deprecation status) related to it.\n\nRuntimeStage\n------------\n\nThe various stages that a runtime can be in."]]