How to Check if There Is Worker Running for a Queue

Given a task queue name, how can a client check if there is at least one worker that is actively polling tasks from that task queue?

Try:

temporal task-queue describe --task-queue <task-queue-name>