Is it possible to grab the name of the worker that is associated with a flow run?

As the title suggests, I want to be able to know which worker is handling the flow run once it starts. I am able to find information related to work_pools and work_queues using read_flow_run(flow_run_id) but not anything related to the workers of the work_pools.