Method: projects.locations.functions.list Stay organized with collections Save and categorize content based on your preferences.
Returns a list of functions that belong to the requested project.
HTTP request
GET https://cloudfunctions.googleapis.com/v1/{parent}/functions
Path parameters
| Parameters | |
|---|---|
parent |
The project and location from which the function should be listed, specified in the format Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Maximum number of functions to return per call. |
pageToken |
The value returned by the last |
Request body
The request body must be empty.
Response body
Response for thefunctions.list method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"functions":[{object ( |
| Fields | |
|---|---|
functions[] |
The functions that match the request. |
nextPageToken |
If not empty, indicates that there may be more functions that match the request; this value should be passed in a new |
unreachable[] |
Locations that could not be reached. The response does not include any functions from these locations. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloudfunctionshttps://www.googleapis.com/auth/cloud-platform
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-01 UTC.