Get check suite retry settings for a repository.
Returns the current configuration for check suite retry logic including:
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/settings
{ "ignored_checks": [ "dependency-review", "security-scan" ], "retry_count": 3 }
Successful Response
Response model for check suite settings.
Was this page helpful?