Lists every automation configured on a perspective with its trigger, channel (sensitive details redacted), execution mode, enabled state, schedule description, and recent error/success metadata.
Behavior:
- Read-only.
- Errors when the perspective is not found or you do not have access.
- Sensitive parts of channel delivery (e.g., webhook auth headers, full URLs) are redacted before being returned.
- has_error / last_error / last_error_at / failure_count appear only when there have been recent failures.
When to use this tool:
- Auditing what's wired up on a perspective before adding more automations.
- Finding an automation_id to feed into automation_update, automation_delete, or automation_test.
- Diagnosing a failing automation via last_error / failure_count.
When NOT to use this tool:
- Creating a new automation — use automation_create.
- Toggling enabled or changing config — use automation_update.
- Verifying delivery actually works — use automation_test.
Connector