Get the queue names from particular folder via API

Hi guys,

is it possible to get all queue names from every folder from Orchestrator? There is also a possibility that there may be more than one queue in the same folder.

I already managed to create an API call to retrieve all folders paths but I can’t figure out how to get the names of the queues based on the found path.

On the other hand, I already have a folder path, so all I have to do is to retrieve the queue name. Let’s say I have a process in a path like this: Main/Subfolder/Here_is_my_process . And I want to get the queue name from this folder.
Do you have any solution for this?

Thank you in advance,
Qb00ne

@Qb00ne

Check below for your reference

Hope this may help you

Thanks