Users

List checkpoints for the authenticated user

Returns recent checkpoints across the authenticated user's repositories. The response includes contribution streak dates and CLI onboarding state for Home.

get/api/v1/cache/user/checkpoints

Query parameters

timeframe'last-month' | 'last-3-months' | 'last-6-months'

Window of user activity to return. Defaults to last-6-months.

limitinteger

Maximum number of results to return. Defaults to 500 and is capped at 1000.

Response

User checkpoints and Home activity state

streakDatesstring[] required
timeframestring required
updated_atstring required
hasCheckpointsboolean required
cliRepoEnabledboolean required
cliRepoEnablePendingAccessboolean required
syncingboolean required

Changes