Compliance
Read the latest compliance score for the key workspace.
GET
/compliance/statusReturn the latest compliance score and coverage metrics.bash
curl https://app.korclaw.com/api/v1/compliance/status -H "Authorization: Bearer $KORCLAW_API_KEY"Response
{"data":{"score":92.5,"framework_score":94,"control_coverage":91,"risk_score":8,"calculated_at":"2026-08-03T09:00:00Z"}}