How can I get current (selected) Board ID with forge?

Hi all,

I am trying to build a forge app that loads all issues of the current board.

I am able to retrieve all boards (of the project) using the REST API (/rest/agile/1.0/board/).

Question: How would I retrieve the currently selected board, so that users do not need to select the board in the app again?

Example with a picture:

I can retrieve SW Board A, SW Board B and SW Board C with their ids. But as you see in this picture, the user has already selected a board: SW Board C.

How can I retrieve this board id within forge so that i can use this id in my app?

Any hint apprechiated :slight_smile: