Accessing the solver output from CVX

Is there a way to access the solver output after CVX has successfully solved the model?

To elaborate, for example, when MOSEK is used, the solution may be accessed through the structure res.sol. Is there a way to access res.sol through CVX?