If you create a visualization plugin, is there a straightforward way to, within the plugin's controller, retrieve the associated savedSearchId if one was specified by the user?
I believe it's available on the route
$route.current.params.id
Perfect! Exactly what I needed.