Skip to main content
GET
Get time entry

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

id
string
required

Response

Time entry details

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