---
title: "Get rule"
method: GET
path: "/rules/{rule_id}"
tags: ["Rules"]
---

# Get rule

`GET /rules/{rule_id}`

Fetch a rule.

Required scope: `rules:read`

## Path parameters

- `rule_id` string, required

## Response `200`

A rule

- RuleResponse
  - `_links` object, required
    - `self` string — Link to resource
    - `related` object
      - `owner` string, nullable — Link to rule owner
  - `id` string, required — Unique identifier of the rule
  - `name` string, required — Name of the rule
  - `actions` string[], required — List of the rule's actions description
  - `is_private` boolean, required — Whether or not the rule is individual

---

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