List clusters in an Organization.
Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Organization's unique ID.
A list of names for Clusters to filter by. The API returns details only for the specified Clusters.
The cloud provider to list clusters for. Clusters from other providers will be filtered out of the results.
AWS, AZURE, GCP The number of results to skip before returning values.
x >= 0The maximum number of results to return.
0 <= x <= 1000A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc or <fieldName>:desc.
name:asc, name:desc, createdAt:asc, createdAt:desc, updatedAt:asc, updatedAt:desc