Get notification rule
documentedGet a notification rule for a user.
GET /v2/users/{userId}/notification-rules/{ruleId}Notificationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.opsgenie.com/v2/users/{{$user_id}}/notification-rules/{{$rule_id}}" \
-X GET \
-H "Authorization: GenieKey {{OPSGENIE_API_KEY}}" \
-H "Accept: application/json"