list_triggers
List registered triggers with their current status, last-checked time, and last simulation result to monitor automation health.
Instructions
List all registered triggers with their current status, last-checked time, and last-fired simulation result summary. Read-only and non-destructive; not separately rate-limited. Use register_trigger to add one and pause_trigger to silence one without deleting. Returns triggers with trigger_id, name, status, condition, last_checked_at, last_fired_at, and last_result_summary, plus count, total, page, limit, and pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| limit | No | Results per page (default: all visible triggers, max 200 when set). | |
| status | No | Filter by trigger status (default: all). |