How to get training loss, training token accuracy, test loss, and test token accuracy metrics using API while fin-tuning in progress?

I found this in the documentation:

my question is what is the “event object” and how to retrieve its metrics using API and is this require repetitive calling to update these metrics?