Time tracking
Get active timer
Returns the active timer for the authenticated user. If no timer is currently running, returns 200 with no active_timer.
GET
Get the current user's active timer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Response
Active timer, or an empty response when no timer is running
A user's currently-running timer. Singleton per user per workspace.
Previous
Start a timerStarts a timer for the authenticated user. Returns 409 if a timer is already running for this user.
Next
Get the current user's active timer