cURL
curl --request GET \ --url https://api.example.com/api/messaging/jobs/health
{ "status": "healthy", "queueSize": 5, "processing": 2, "avgProcessingTime": 1250, "failureRate": 0.5 }
healthy
degraded
unhealthy
Was this page helpful?