# Time Tracking Track and manage time entries ## Start Time Tracking - [POST /time-tracking/start](https://api-docs.webwork-tracker.com/api/time-tracking/starttimetracking.md): Start time tracking (clock in) for a user. Only workspace owners and executive managers can use this endpoint. They can start tracking for any member in their workspace. If a user is already tracking time, they must stop the current tracker before starting a new one. ## Stop Time Tracking - [POST /time-tracking/stop](https://api-docs.webwork-tracker.com/api/time-tracking/stoptimetracking.md): Stop time tracking (clock out) for a user. Only workspace owners and executive managers can use this endpoint. They can stop tracking for any member in their workspace. The user must have an active tracker running to stop it. ## Get Current Running Tracker Data - [GET /time-tracking/current-data](https://api-docs.webwork-tracker.com/api/time-tracking/getcurrenttrackerdata.md): Get current running tracker actual time data for a user. Only workspace owners and executive managers can use this endpoint. They can get tracker data for any member in their workspace. Important: This endpoint only works when the tracker is running from the API or from the browser. In other cases, it will not retrieve current tracking information.