get_org_health_events
Retrieve active or closed health events across your AWS Organization. Filter by service, account ID, or status to diagnose issues affecting your organization.
Instructions
Get health events across your AWS Organization.
If no arguments are provided, returns all active org health events.
Args: service: Optional. The AWS service name to filter by. Case insensitive. account_id: Optional. The AWS account ID to filter events for. status: Optional. 'active' (default) or 'closed'.
Example prompts:
"Show me org-wide AWS health events"
"What issues affect account 123456789012?"
"Get closed org health events for RDS"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | active | |
| service | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |