Get running time entry

View a time entry that's currently tracking time for the authenticated user.

Note: A time entry that has a negative duration means that timer is currently running for that user.

SecurityAuthorization Token
Request
path Parameters
team_id
required
number <double>

Team ID (Workspace)

query Parameters
assignee
number <double>

user id

header Parameters
Content-Type
required
string
Value: "application/json"
Responses
200
get/v2/team/{team_id}/time_entries/current
Request samples
Response samples
application/json
{
  • "data": {
    }
}