Hi,
what you are asking is very well "hidden" in Ansys. It is written in the Output window. Here's the bad news... But the good news is, you can redirect the output to a file:
/OUTPUT,filename,extension,<append>
where the <append> option decides if the file is overwritten each time a new run occur, or if the results are appended to the existing ones.
In order to re-direct the output to the window again (and stop writing into the file), simply issue
/OUTPUT,
this will get back to the defaults.
Regards