Query on Camunda 8 Swagger UI

Hi,
I’m using camunda 8(zeebe,hazelcast, zeebe simple monitor), my question is how can I bring swagger feature of zeebe?
I tried to load camunda-platform-rest-api image but it needs operate so need help here.

Thank you in advance

Hi @camundabpmlearner - I don’t believe Zeebe has a Swagger documented, because it uses gRPC rather than REST. What are you looking to use the document/API for? Perhaps there’s an alternative.

The camunda-platform-rest-api project is a community maintained project, not an official Camunda product, and is not fully featured yet (always looking for contributors!). It is intended to provided a unified REST API for all of Camunda’s services, and that is likely where the current dependency comes from.

Hi @nathan.loding
Im looking for a list of available API’s to see what all functionality is achievable and what are their inputs.

I believe SwaggerUI helps here. If there is any alternative for gRPC for this, kindly share.

I believe this gateway.proto file is the closest you can get to a Swagger/OpenAPI spec file for gRPC?