axiom.getNotifier retrieves one notifier with its channel properties, pause schedule, and creation metadata when present.
automations/axiom-get-notifier.automation.ts
Input
notifierId is required and selects one Axiom notifier.
Output
Returns the notifier’sid, name, channel-specific properties, optional disabledUntil, and available audit metadata. Axiom can redact secret channel values.
Permission and failures
The API token needs the organization-levelnotifiers|read capability. Axiom returns an error when the notifier does not exist or the token cannot access it.