How to get process data like active instance in nodejs

Hello there!

I’m working on a Node.js project and I need to retrieve process information from a Zeebe engine. I came across zeebe-node, but so far I’ve only been able to retrieve instance variables. Is there a way to find out how many instances exist for a specific deployed workflow using zeebe-node or any other Node.js library?

I’ve heard about some additional tools like simple-monitor, zeebe-hazelcast, hazelcast-exporter, and hazelcast-node-client, but I’m not sure if they’re necessary for my use case. Ideally, I’d like to find a REST API that can help me retrieve this information.

Any advice or suggestions would be greatly appreciated. Thank you!