Skip to main content
GET
Get task time entries

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

taskId
string
required

Response

List of time entries for the task

id
string
required
taskId
string
required
userId
string | null
required

Null once the user who logged the time has been removed.

description
string | null
required
startTime
string<date-time>
required
endTime
string<date-time> | null
required

Null while the timer is still running.

duration
number | null
required

Elapsed seconds, filled in once the entry has an endTime.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
userName
string | null
required