Get device app download status

I have recently setup a local openBalena server on one of my slower development machines. I successfully deployed an image to the server registry, but its taking a long time to download it to a Raspberry Pi 3. Is there a way to check the download/update status of the device through the CLI or an API call?

I’ll invite other team members to chip in, meanwhile I thought I could mention the supervisor API, GET /v2/applications/state: https://www.balena.io/docs/reference/supervisor/supervisor-api/#get-v2applicationsstate
It provides a “downloadProgress” field which is a number from 0 to 100 (percent complete). I haven’t really tested it on openBalena, though.