Skip to main content
GET
List

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

parentId
string
required

Identifier of IAM container to list clusters from.

pageSize
string<int64>

Specifies the maximum number of items to return in the response.

pageToken
string

Token for pagination, allowing the retrieval of the next set of results.

Response

200 - application/json

A successful response.

clusters
object[]

List of PostgreSQL Cluster resources.

nextPageToken
string

This token allows you to get the next page of results for list requests. If the number of results is larger than [ListClustersRequest.page_size], use the [next_page_token] as the value for the [ListClustersRequest.page_token] parameter in the next list request. Each subsequent list request will have its own [next_page_token] to continue paging through the results.