I'm using version 368.0.0 of the Google Pub/Sub emulator. I like to get the currently unacknowledged messages - at least their number. Preferably also their content and other meta-data.
How do I do that?
I can successfully ran requests to e.g. http://localhost:8123/v1/projects/my-project/topics, but I cannot find any endpoint for listing unacknowledged messages on https://cloud.google.com/pubsub/docs/reference/rest.
According to the answer on this question I'd have to use a different API. However, I did not find out how to access that API on the emulator