---
title: "List severity rules"
method: GET
path: "/v1/severity-rules"
tags: ["Severity Rules"]
---

# List severity rules

`GET /v1/severity-rules`

List the severity rules currently active for the workspace.
These rules determine how incident severity is automatically assigned.
Use the rule `id` to correlate with the `severity_rule_id` field on incidents.

## Response `200`

List of Severity Rules

- object[]
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable
  - `severity` 'critical' | 'high' | 'medium' | 'low' | 'info' | 'unknown', required
  - `scope` 'public' | 'internal' | 'any', required — Whether the rule applies to internal incidents only, public incidents only, or both

## Other responses

- `401` — Invalid API key
- `403` — Permission denied
- `503` — API under maintenance

---

[API](https://skmtc.net/gitguardian/apis/gitguardian-api.md) · [All operations](https://skmtc.net/gitguardian/apis/gitguardian-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitguardian/gitguardian-api/revisions/511b067cdcb1/schema)
