Summaries
Latest Repository Summary
Returns pre-generated AI summary artifact for repository activity. No server-side computation occurs on request.
get/api/summaries/repos/{repoId}/{interval}/latest.json
Path parameters
repoIdstring required
Example:elizaos_eliza
Repository identifier in owner_repo format
interval'day' | 'week' | 'month' required
Example:week
Time interval for the summary artifact. 'day' = most recent calendar day with activity. 'week' = current week (Sunday-Saturday UTC). 'month' = current calendar month. Note: For overall/repo summaries, use day/week/month. For contributor summaries, 'lifetime' is also available at /contributors/{username}/lifetime.json
Response
AI-generated repository summary artifact
Example response
{
"version": "1.0",
"date": "2025-01-15"
}