axiom.getMonitor retrieves one monitor with its complete query, evaluation, notification, and attached-notifier configuration.
automations/axiom-get-monitor.automation.ts
Input
monitorId is required and selects one Axiom monitor.
Output
Returns the monitor’s ID, name, type, query, evaluation cadence and range, plus configured thresholds, anomaly settings, notification behavior, pause state, notifier IDs, and audit metadata.Permission and failures
The API token needs the organization-levelmonitors|read capability. Axiom returns an error when the monitor does not exist or the token cannot access it.