What status information can be extracted from a solve?

I see that cvx_status tells us if a problem was Solved, Unbounded, or Infeasible. Does CVX also expose other information on the solve, such as the number of iterations, the relative gap, termination code, etc?