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.
Query parameters
Window of activity to aggregate. Defaults to last-6-months.
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.
Optional max checkpoints to consider (1-1000). Omit for an uncapped aggregate.
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.
ISO-8601 upper bound for the activity window. Must be supplied alongside since to override the timeframe enum.
Response
Per-agent recap aggregates
Changes
No recorded changes to this endpoint across all 1 revision of this API.