How to get the default fleet release

With Balena CLI, I can control the default release for a fleet by using the following two commands:

balena fleet pin <slug> [releaseToPinTo]
balena fleet track-latest <slug>

But how can I see what has been set by the two commands above?