Get detailed information about a specific storage volume.
This endpoint returns information about a storage volume including its size, hourly rate, attached clusters, and deletion protection status. The volume must be owned by the user or their organization.
Args: storage_id: The ID of the storage volume to get info for
Returns: StorageInfoResponse: TSV-formatted table with volume details
Raises: HTTPException: For various error conditions (400, 403, 404, 500)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.