---
title: "List Alert Rules"
method: GET
path: "/organization/alert_rules"
tags: ["organization"]
---

# List Alert Rules

`GET /organization/alert_rules`

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- AdminAlertRule[]
  - `uuid` string, required
  - `workflow_type` string, nullable, required
  - `credit_threshold` string, required
  - `notify_all_admins` boolean, required
  - `created_by_username` string, required
  - `target_username` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
