v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBNotifications
Get notification preferences
Returns your current notification preferences, expressed as the list of event types you have muted. An empty list means notifications are enabled for all notifiable event types.
get/notifications/preferences
Response
Muted event types
Example response
{
"data": {
"mutedTypes": [
"workflow.run.running",
"task.run.running"
]
}
}