i want to get variables after i running my instance
kindly not i will not use any job worker
want to use zeebe client to get variables of my instance or api if allowed
i’m using camunda 8.6.11
appreciate your support
@nathan.loding
@khalidnouh - please do not tag forums users unless they’ve already participated in the thread. This is a community forum, not an official support channel. If you need priority support, it’s best to open a support ticket.
You can enable the alpha query API and use this endpoint:
Alternately, you can use this endpoint and filter on the processInstanceKey:
@khalidnouh - did you enable the alpha endpoint, per the documentation?
i used operate api its fine or nor preferred
https://camunda-platform-dev.whitehelmet.sa/operate/api/process-instances/2251799815323155/variables
where the documentation for alpha query for enabling it
@khalidnouh - the Operate API you linked there is an internal API, I believe, and shouldn’t be considered stable for external use. The external REST APIs all have /v1 or /v2 in the path.
The alpha feature instructions are linked on that API page:
@khalidnouh - you’re using a Self-Managed install, so you need to enable it with an environment variable or Helm setting.



