WakaTime · Arazzo Workflow
WakaTime User Profile Overview
Version 1.0.0
Assemble a snapshot of the authenticated user's profile, all-time totals, recent stats, and projects.
View Spec
View on GitHub
Developer ProductivityDeveloper ToolsTime TrackingCoding AnalyticsLeaderboardsIDE PluginsOpen SourcePublic APIsArazzoWorkflows
Provider
Workflows
user-profile-overview
Load the current user, their all-time totals, range stats, and project list.
Resolves the authenticated user, then enriches that identity with all-time coding totals, stats for a preset named range, and the full project list.
1
getCurrentUser
getCurrentUser
Load the authenticated user's profile to confirm identity and capture the username.
2
getAllTime
getAllTimeSinceTodayCurrent
Fetch the total coding activity the user has logged since account creation up to today.
3
getStats
getStatsByRange
Pull coding stats for the requested preset named range.
4
listProjects
listProjects
List the projects the authenticated user has logged time against.