---
title: "Get a custom rule"
method: GET
path: "/repositories/sast/custom-rules/{rule_id}"
---

# Get a custom rule

`GET /repositories/sast/custom-rules/{rule_id}`

Get a custom semgrep rule

## Path parameters

- `rule_id` integer, required

## Response `200`

Detailed information of a custom semgrep rule

- object
  - `custom_rule` 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)
