Me
Recent commits for the authenticated user
Returns the authenticated user's most recent commits within the requested timeframe, each grouped with its associated checkpoints. Backs the commit list on the overview dashboard and is suitable for CLI commit history views.
get/api/v1/me/commits
Query parameters
timeframe'last-month' | 'last-3-months' | 'last-6-months'
Window of commits to return. Defaults to last-6-months.
limitinteger
Max commits to return (1-1000, default 500).
Response
Recent commits with checkpoints
Changes
No recorded changes to this endpoint across all 1 revision of this API.