Me

Pre-aggregated activity for the authenticated user

Returns dashboard-ready rollups of the authenticated user's checkpoints: stats (tasks, orchestration, iteration, throughput, continuity, streaks), daily and hourly contributions grouped by agent, and a per-repo breakdown. Charts and the timeframe-scoped streak / current_streak are computed from checkpoints within timeframe, bucketed by commit_date in the caller-supplied IANA timezone. lifetime_streak / lifetime_current_streak reflect the user's activity across the last 365 days regardless of timeframe.

get/api/v1/me/activity

Query parameters

timezonestring required

IANA timezone identifier (e.g. Europe/Berlin, America/New_York, UTC).

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

Window of activity to aggregate. Defaults to last-6-months.

limitinteger

Max checkpoints to aggregate (1-1000, default 500).

Response

Aggregated activity data

Changes

No recorded changes to this endpoint across all 1 revision of this API.