- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all regions/{region}/clusters in a project alphabetically.
HTTP request
GET https://dataproc.googleapis.com/v1/projects/{projectId}/regions/{region}/clusters
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| projectId | 
 Required. The ID of the Google Cloud Platform project that the cluster belongs to. Authorization requires the following IAM permission on the specified resource  
 | 
| region | 
 Required. The Dataproc region in which to handle the request. | 
Query parameters
| Parameters | |
|---|---|
| filter | 
 Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax: field = value [AND [field = value]] ... where field is one of  Example filter: status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = * | 
| pageSize | 
 Optional. The standard List page size. | 
| pageToken | 
 Optional. The standard List page token. | 
Request body
The request body must be empty.
Response body
The list of all clusters in a project.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "clusters": [
    {
      object ( | 
| Fields | |
|---|---|
| clusters[] | 
 Output only. The clusters in the project. | 
| nextPageToken | 
 Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.