Returns a list of runtimes that are supported for the requested project.
HTTP request
GET https://cloudfunctions.googleapis.com/v2beta/{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 webpage details how to list supported runtimes for a specific project using the \u003ccode\u003eGET\u003c/code\u003e method, which is done by sending a request to the provided URL: \u003ccode\u003ehttps://cloudfunctions.googleapis.com/v2beta/{parent}/runtimes\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and specifies the project and location in the format \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e, and requires \u003ccode\u003eiam.permissions.none\u003c/code\u003e permission.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003efilter\u003c/code\u003e query parameter can be used to refine the list of runtimes returned based on specific criteria outlined in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for this method, and the response body will include a JSON representation of the runtimes, which contains information such as their name, display name, stage, and any relevant warnings.\u003c/p\u003e\n"],["\u003cp\u003eThe runtimes have different stages, such as \u003ccode\u003eDEVELOPMENT\u003c/code\u003e, \u003ccode\u003eALPHA\u003c/code\u003e, \u003ccode\u003eBETA\u003c/code\u003e, \u003ccode\u003eGA\u003c/code\u003e, \u003ccode\u003eDEPRECATED\u003c/code\u003e, or \u003ccode\u003eDECOMMISSIONED\u003c/code\u003e, which describes their current life cycle status.\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/v2beta/{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."]]