How to get running trackers in workspace

I would like to receive the Data of all currently active trackers in the Project. How can I receive this Data? Is there a way?

Until now i have found out that I can receive the Data of my own active time tracking by this link:

https://api.clockify.me/api/workspaces/{clockifyWorkSpaceId}/timeEntries/inProgress

But i havent found a way to get this data for all workspace members

Hi Yanick,

To get information about the running timers of your users, I recommend going to the Team Dashboard where you can see all running timers in the workspace.
Obtaining that information via API is possible for other users only if you’re using their API key.

Hope this helps, cheers!