GET/v1/notification_rules

notification_rules.list

Returns a paginated list of notification rules in the caller's tenant. Each rule binds a channel + minimum severity to a specific service (or all services if `service_id` is null). Sensitive endpoint configuration (webhook URLs, integration keys) is NEVER returned — write-only via POST/PATCH `config`.

Parameters

NameTypeRequiredDescription
cursorstringoptionalOpaque pagination cursor returned in `next_cursor` of the previous response.
limitintegeroptionalPage size, 1..100, default 50.

Response

NameTypeRequiredDescription
objectstringrequired
Enum: list
dataarray of NotificationRulerequired
has_morebooleanrequired
next_cursorstringnullrequiredOpaque pagination cursor returned in the previous list response.

Examples

curl -sS -X GET \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/notification_rules

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.