List alerts
orb_list_alertsList usage/spend alerts, optionally filtered by customer or subscription. Orb API: GET /alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–100, default 20). | |
| cursor | No | Opaque pagination cursor (from pagination_metadata.next_cursor). | |
| customer_id | No | Filter to an Orb customer id. | |
| subscription_id | No | Filter to a subscription id. | |
| external_customer_id | No | Filter to your external customer id. |