[[["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-09-08 UTC."],[],[],null,["- [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.ListClustersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists Clusters in a given project and location.\n\nHTTP request\n\n`GET https://edgecontainer.googleapis.com/v1/{parent=projects/*/locations/*}/clusters`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent location, which owns this collection of clusters. Authorization requires the following [IAM](https://cloud.google.com/iam/docs/) permission on the specified resource `parent`: - `edgecontainer.clusters.list` |\n\nQuery parameters\n\n| Parameters ||\n|-------------|--------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of resources to list. |\n| `pageToken` | `string` A page token received from previous list request. A page token received from previous list request. |\n| `filter` | `string` Only resources matching this filter will be listed. |\n| `orderBy` | `string` Specifies the order in which resources will be listed. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body List of clusters in a location.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"clusters\": [ { object (/distributed-cloud/edge/1.10.0/docs/reference/container/rest/v1/projects.locations.clusters#Cluster) } ], \"nextPageToken\": string, \"unreachable\": [ string ] } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `clusters[]` | `object (`[Cluster](/distributed-cloud/edge/1.10.0/docs/reference/container/rest/v1/projects.locations.clusters#Cluster)`)` Clusters in the location. |\n| `nextPageToken` | `string` A token to retrieve next page of results. |\n| `unreachable[]` | `string` Locations that could not be reached. |\n\nAuthorization 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)."]]