Analysis
Get Analysis Results
Retrieves the analysis results for a specific repository and commit
post/api/analysis/results
Request body
Example request
{
"repo": "owner/repository",
"commit_id": "abc123def456",
"branch": "main",
"access_token": "ghp_xxxxxxxxxxxx",
"service": "github"
}Response
Analysis results retrieved successfully