Extracting data from zeebe broker for custom tasklist application

Hello @shreyasUnhale

The very short answer is that the Zeebe broker does not have an API for that. It can only export data via exporters - fx using the Elasticsearch exporter or a Hazelcast exporter. If you look at the Camunda 8 tasklist application, it’s the tasklist application itself that exposes an API for the UI - it’s not the Zeebe broker.

There are several topics in the forum that you might find helpful:

BR
Michael