Me

Per-agent recap aggregates for the authenticated user

Returns per-agent aggregates (checkpoints, labels, skills, MCP servers, tool-profile mix) for the authenticated user's activity in the requested window. When ?repo=org/name is supplied, each agent row also carries a contributors counterpart aggregated across every contributor on the repo — what powers the 'you vs. team' columns in entire recap.

get/api/v1/me/recap

Query parameters

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

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

repostring

Restrict me-side aggregates and enable the contributors side. Format: 'org/name'. Without it, me-side aggregates span every repo the user has checkpoints on and the contributors side is null.

limitinteger

Optional max checkpoints to consider (1-1000). Omit for an uncapped aggregate.

sincestring date-time

ISO-8601 lower bound for the activity window. When provided together with until, takes precedence over timeframe. The CLI uses this so its --day / --week / --month ranges line up exactly with the server's aggregation window.

untilstring date-time

ISO-8601 upper bound for the activity window. Must be supplied alongside since to override the timeframe enum.

Response

Per-agent recap aggregates

timeframestring required
repostring nullable required
reposstring[] required
sincestring required
untilstring required
agentsobject required
updated_atstring required

Changes

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