---
title: "Get delivery rule options"
method: GET
path: "/notification-delivery-rules/options"
tags: ["Notification delivery rules"]
---

# Get delivery rule options

`GET /notification-delivery-rules/options`

List available destinations, events, and conditions for project delivery rules.

## Query parameters

- `projectId` string, uuid — Project whose notification delivery rules are being managed.

## Response `200`

OK

- object
  - `destinations` object[], required
    - `id` string, required
    - `channel` 'slack_channel' | 'teams_channel' | 'incident_io' | 'pagerduty' | 'rootly' | 'webhook', required
    - `destinationKey` string, required
    - `displayName` string, required
  - `notificationTypes` object[], required
    - `notificationType` 'issue_triggered' | 'issue_resolved' | 'issue_ignored' | 'automation_run_failed', required
    - `label` string, required
    - `conditions` string[], required
  - `components` object[], required
    - `id` string, uuid, required
    - `label` string, required
    - `lifecycle` 'active' | 'inactive' | 'merged', required
  - `channelCatalogs` object
    - `slack` object, nullable, required — Sync state of a provider's channel catalog backing the destination list.
      - `status` 'pending' | 'refreshing' | 'ready' | 'error', required
      - `lastSucceededAt` string, nullable, required
      - `isInitialSyncPending` boolean, required — True while the provider's channel catalog has never completed its first sync. Destinations for that provider appear once the initial background sync finishes; treat an empty destination list as loading, not empty.
    - `microsoftTeams` object, nullable, required — Sync state of a provider's channel catalog backing the destination list.
      - `status` 'pending' | 'refreshing' | 'ready' | 'error', required
      - `lastSucceededAt` string, nullable, required
      - `isInitialSyncPending` boolean, required — True while the provider's channel catalog has never completed its first sync. Destinations for that provider appear once the initial background sync finishes; treat an empty destination list as loading, not empty.

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
