---
title: "List notification event types"
method: GET
path: "/notifications/catalog"
tags: ["Notifications"]
---

# List notification event types

`GET /notifications/catalog`

Returns the catalog of notifiable event types grouped by source category. Each event lists its type identifier, label, and description, which can be referenced when muting event types in notification preferences.

## Response `200`

Notifiable event catalog

- object
  - `data` object[], required
    - `source` string, required
    - `label` string, required
    - `events` object[], required
      - `type` string, required
      - `label` string, required
      - `description` string, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
