Get all operations performed on a specific cluster.
Returns a list of operations including cluster creation, edits, destruction, etc. The cluster must be owned by the user or their organization.
Args: cluster: The ID or name of the cluster num_requests: Optional limit on number of results request_type: Optional filter by operation type request_status: Optional filter by operation status
Returns: List of operation objects
Raises: 404 if cluster not found, 403 if access denied, 500 on error
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Limit number of operations returned
Filter by operation type Request type enum representing all supported operation types.
CLUSTER_CLAIM, CLUSTER_RELEASE, CLUSTER_EDIT, STORAGE_CREATE, STORAGE_DESTROY, STORAGE_ATTACH, STORAGE_DETACH, STORAGE_EDIT Filter by operation status Request status enum.
Terminal states: COMPLETED, FAILED Non-terminal states: PENDING, PROCESSING, RETRYING
PENDING, PROCESSING, COMPLETED, FAILED, RETRYING Successful Response