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 date

Start date (YYYY-MM-DD)

endstring date

End date (YYYY-MM-DD)

intervalstring

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

projectstring

Project name (optional)

user_idstring required

User identifier (slack_uid, username, hca_id, or numeric ID)

userstring

Deprecated: use user_id instead. Kept for backwards compatibility.

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