Skip to content

List time-entries

GET
/v1/time-entries
limit
integer
default: 50 <= 200
cursor
string
startDate
string

Filter entries starting from this date (ISO 8601)

endDate
string

Filter entries up to this date (ISO 8601)

userId
string

Filter by user ID

projectId
string

Filter by project ID

clientId
string

Filter by client ID

List of time-entries

object
items
Array<object>
object
id
string
userId
string
sortKey
string
name
string
nullable
projectId
string
nullable
clientId
string
nullable
taskId
string
nullable
startTime
string format: date-time
nullable
endTime
string format: date-time
nullable
durationMinutes
number
nullable
notes
string
nullable
billable
boolean
tagIds
Array<string>
createdAt
string format: date-time
updatedAt
string format: date-time
nextCursor

Opaque cursor for the next page

string
hasMore

Whether more results exist

boolean