Get Cluster
get-clusterRetrieve details and lifecycle status of a RawTree dedicated cluster. Use to check status or progress after pausing/resuming.
Instructions
Purpose: Get one RawTree dedicated cluster and its current lifecycle status.
Returns: The cluster ID, name, creation time, lifecycle status, resources, whether it can be paused or resumed, optional s3_storage metadata for customer-owned default storage, and optional database_s3_access metadata for independent per-database storage. s3_storage exposes bucket and path values; database_s3_access exposes its External ID and bucket tag. Role ARNs and secret credentials are never returned.
Auth: The RawTree API requires a user access token and organization membership. Authorization is enforced by the API.
When to use:
User asks for the current status of one cluster
You need to check progress after pausing or resuming a cluster
You already have a cluster ID and do not need the full organization cluster list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clusterId | Yes | Dedicated cluster ID returned by list-clusters. | |
| organization | Yes | Organization containing the cluster. |