List service incident rules
documentedList incident rules for a service.
GET /v2/services/{serviceId}/incident-rulesServicesno 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/v1/services/{{$service_id}}/incident-rules" \
-X GET \
-H "Authorization: GenieKey {{OPSGENIE_API_KEY}}" \
-H "Accept: application/json"