Get check suite retry statistics for a repository.
Returns comprehensive statistics about check suite orchestrations and retry attempts:
Rate limit: 60 requests per 30 seconds.
cURL
curl --request GET \ --url https://api.codegen.com/v1/organizations/{org_id}/repos/{repo_id}/check-suite/stats
{ "active_orchestrations": 2, "checks_at_retry_limit": 8, "completed_orchestrations": 40, "failed_orchestrations": 3, "repo_id": 123, "total_orchestrations": 45, "total_retry_attempts": 67 }
Successful Response
Response model for check suite retry statistics.
Was this page helpful?