Listing all sidebars

You can only gel list of registered sidebars, from variable $wp_registered_sidebars.

<?php
global $wp_registered_sidebars;
echo '<pre>';
print_r($wp_registered_sidebars);
echo '</pre>';