v1
latestOpenAPI 3.0.32026-07-26233989.2 KBDeveloper Metrics
Get Developer Summary
Generates an AI-powered natural-language summary of a developer's contributions across the specified repositories and date range. Includes PR descriptions and an overall narrative of work done. If repositories is omitted, all repositories under the organization are used.
post/api/metrics/developer/summary/get
Request body
Example request
{
"platform": "github",
"org": "my-org",
"github_base_url": "https://github.com",
"gitlab_base_url": "https://gitlab.com",
"azure_devops_base_url": "https://dev.azure.com",
"bitbucket_base_url": "https://api.bitbucket.org/2.0",
"start_date": "2025-01-01",
"end_date": "2025-03-01",
"author": "janedoe",
"repositories": [
"my-org/backend-api"
]
}Response
Developer summary
Example response
{
"metric": "dev_summary"
}