Skip to main content
GET
Get Custom Notification Rule

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

id
string
required

Custom notification rule ID

Response

Custom notification rule details

id
string

Unique rule ID

name
string

Human-readable rule name

prompt
string

The natural language prompt describing the notification condition

is_enabled
boolean

Whether the rule is currently active

schedule
string

Cron-style schedule for rule evaluation

created_at
string<date-time>

When the rule was created

Last modified on March 26, 2026