cURL
List clusters in the organization
By default, clusters are sorted alphabetically by name in ascending A to Z order. To customize sorting, use the pagination.sort_by and pagination.sort_order query parameters.
Can be used by the following roles assigned at the organization, folder or cluster scope:
- ORG_ADMIN
- CLUSTER_ADMIN
- CLUSTER_OPERATOR_WRITER
- CLUSTER_DEVELOPER
- FOLDER_ADMIN
- FOLDER_MOVER
- METRICS_VIEWER
- CLUSTER_MONITOR
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If true, show clusters that have been deleted or failed to initialize.
Note that inactive clusters will only be included if the requesting user
has organization-scoped cluster read permissions.
- ASC: Sort in ascending order. This is the default unless otherwise specified.
- DESC: Sort in descending order.
Available options:
ASC, DESC - NAME: Sort by cluster name. This is the default unless otherwise specified.
- CREATED_AT: Sort by cluster created_at.
- DELETED_AT: Sort by cluster deleted_at. Active clusters will be sorted by created_at.
Available options:
NAME, CREATED_AT, DELETED_AT 
