---
title: "List Rules"
method: GET
path: "/api/v1/admin/followups/rules"
tags: ["admin-followups"]
---

# List Rules

`GET /api/v1/admin/followups/rules`

Rules are code-defined (D7); only the per-rule mode is DB-backed.

## Response `200`

Successful Response

- RuleInfo[]
  - `slug` string, required
  - `audience` string, required
  - `category` string, required
  - `priority` integer, required
  - `mode` 'disabled' | 'review_required' | 'auto_send', required — Per-rule runtime mode, DB-backed (rule definitions live in code).
  - `description` string, required

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
