cURL
curl --request GET \ --url https://app.nex.ai/api/developers/v1/notifications/custom/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "name": "<string>", "prompt": "<string>", "is_enabled": true, "schedule": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Get a specific custom notification rule by ID.
API key for authentication (format: "Bearer YOUR_API_KEY")
Custom notification rule ID
Custom notification rule details
Unique rule ID
Human-readable rule name
The natural language prompt describing the notification condition
Whether the rule is currently active
Cron-style schedule for rule evaluation
When the rule was created