---
title: "List alarm routes"
method: POST
path: "/api/v1/alarm/route/routes"
tags: ["Alarm"]
---

# List alarm routes

`POST /api/v1/alarm/route/routes`

List alarm routes, do not support filter, list all routes at once.

## Response `200`

OK

- object
  - `data` RouteRouteResponse[], required
    - `aggregateLabels` string[], required
    - `groupInterval` integer, required
    - `groupWait` integer, required
    - `id` string, required
    - `matchers` AlarmMatcher[], required
      - `isRegex` boolean
      - `name` string
      - `value` string
    - `receiver` string, required
    - `repeatInterval` integer, required
  - `message` string, required
  - `successful` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2024-04-29** `5e1f25f76011` — 1 info
  - endpoint added
- **2024-02-27** `643ae3c8d824` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api/changes/api/v1/alarm/route/routes/post.md)

---

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