Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://edi.stateset.com/v1/monitoring' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "alerts": [ { "count": 1, "kind": "string", "message": "string", "partner_id": "string", "severity": "string" } ], "deadletter_count": 1, "failed_deliveries": 1, "healthy": true, "partner_sla": [ { "breached": true, "outstanding": 1, "overdue": 1, "partner_id": "string", "sla_hours": 1 } ] }
dead-letter and failed-delivery counts, and active alerts.
MonitoringSnapshot
Show ActiveAlert
sla_breach
deadletter
delivery_failure
warning
critical
Show PartnerSla
200
403