v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList PR Checks configurations
Returns a paginated list of all the CI checks configurations in your account
get/repositories/code/continuous_integration/checks
Query parameters
pageinteger
Pagination parameter, starts at 0.
per_pageinteger
Amount of items returned
filter_code_repo_idinteger
Only return the configuration for the given code repository id
Response
A list of CI checks configurations
Example response
{
"id": 1,
"code_repo_id": 1,
"minimum_severity": "high",
"fail_on_dependency_scan": true,
"fail_on_sast_scan": true,
"fail_on_iac_scan": true,
"fail_on_secrets_scan": true,
"fail_on_malware_scan": true,
"post_inline_comments_min_severity": "critical",
"minimum_license_severity": "high",
"fail_on_code_quality_scan": true,
"enable_code_quality_scan": true,
"post_code_quality_inline_comments_min_severity": "low"
}