WakaTime Compatibility

Get WakaTime-compatible summary

Returns a summary of coding activity in a format compatible with WakaTime clients. This endpoint supports querying by date range, interval, or specific user (admin/privileged only).

get/api/summary

Query parameters

startstring

Start date (YYYY-MM-DD)

endstring

End date (YYYY-MM-DD)

intervalstring

Interval (e.g. today, yesterday, week, month)

projectstring

Project name (optional)

userstring

Slack UID of the user (optional, for admin use)

Response

successful

user_idstring nullable
fromstring date_time
tostring date_time
editorsobject nullable
operating_systemsobject nullable
machinesobject nullable
categoriesobject nullable
branchesobject nullable
entitiesobject nullable
labelsobject nullable

Changes