I would like to get list of all available tags for some queues.
For example i got Queue named workers
and i want to get in response names of tags. Like it
, baker
, driver
. I was looking in documentation, but i didn't find the answer.
To get all available queues i use this line in my code:
"/REST/1.0/search/queue?query="
Is there any way to get tags for queue in the same way?
Comments
Post a Comment