Get all alerts
documentedRetrieve all configured deliverability/usage alerts.
GET /v3/alertsAlertsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.sendgrid.com/v3/alerts" \
-X GET \
-H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
-H "Accept: application/json"