Hi TeenyHamster79 ,
I think the API you're looking for is tasks.get_by_id
and the fields you're looking for are:data.tasks.0.execution.queue.name
data.tasks.0.execution.queue.id
Tell me if it helps 🙂
CostlyOstrich36 ,
Thank you for providing me with the pointer!
Upon retrieving the Task object instance, the field
that worked for me wasqueue_id = task_obj.data.execution.queue