cURL
curl --request GET \ --url https://www.corgea.app/api/v1/scan/{scan_id}/check_blocking_rules \ --header 'CORGEA-TOKEN: <api-key>'
{ "block": true, "blocking_issues": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "triggered_by_rules": [ "<string>" ] } ], "stats": { "total_issues": 123, "blocked_issues": 123 }, "page": 123, "total_pages": 123 }
Check if scan issues violate any blocking rules
API key for authentication
The ID of the scan
The page number for pagination
The number of results per page
x <= 50
Blocking rules check completed
Whether the scan is blocked by any rules
Show child attributes