GET
/
v1
/
organizations
/
{org_id}
/
repos
/
{repo_id}
/
check-suite
/
stats
Get Check Suite Retry Stats
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
}

Headers

authorization
any

Path Parameters

org_id
integer
required
repo_id
integer
required

Response

200
application/json

Successful Response

Response model for check suite retry statistics.