v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Notifications

List notification event types

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.

get/notifications/catalog

Response

Notifiable event catalog

Example response

{
  "data": [
    {
      "source": "triggers-api",
      "label": "Workflows",
      "events": [
        {
          "type": "workflow.run.completed",
          "label": "Completed"
        }
      ]
    }
  ]
}