Skip to main content
GET
Get the current user's active timer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

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

active_timer
object

A user's currently-running timer. Singleton per user per workspace.