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?

Hi, apologies that no one has responded for so long. You should be able to see which release has been set by running the pin command without specifying a release to pin to, as explained in the description for the command shown when you run balena fleet pin --help: Note, if the commit is omitted, the currently pinned release will be printed, with instructions for how to see a list of releases