---
title: "List custom rules"
method: GET
path: "/repositories/sast/custom-rules"
---

# List custom rules

`GET /repositories/sast/custom-rules`

List custom semgrep rules

## Response `200`

A list of custom semgrep rules

- object
  - `custom_rules` object[]
    - `semgrep_rule` string — The semgrep rule
    - `issue_title` string — The title of the issue associated with this semgrep rule
    - `tldr` string — A summary of what the issue associated with this semgrep rule is
    - `how_to_fix` string — A description on how to fix the issue associated with this semgrep rule
    - `priority` integer — A numeric value from 1 to 100 indicating how severe the issue associated with this semgrep rule is
    - `language` 'JS' | 'TS' | 'PHP' | 'Java' | 'Scala' | 'GO' | 'PY' | 'Ruby' | '.NET' | 'RUST' | 'Dart' | 'Swift' | 'Elixir' | 'C' | 'Clojure' | 'kotlin' | 'terraform' | 'generic' — The programming language associated with this semgrep rule
    - `has_error` boolean — A boolean indicating whether or not this semgrep rule caused an error during an Aikido scan

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
