signaloid-cli webhooks stats
Get webhook statistics.
Synopsis
signaloid-cli webhooks stats
Description
Displays aggregated statistics about webhook deliveries across all webhooks in your account. This includes total deliveries, success rates, failure counts, and recent delivery activity.
Examples
signaloid-cli webhooks stats
Notes
- Statistics include data from all webhooks (both active and disabled)
- Delivery success rate is calculated based on HTTP response codes
- Recent activity typically covers the last 24-48 hours
Troubleshooting
High failure rate in statistics
- Check individual webhook details using
webhooks get - Verify target URLs are accessible and responding correctly
- Review webhook endpoint logs for errors
No statistics available
- Statistics require at least one webhook event delivery
- Newly created webhooks won't have statistics until events are triggered
See Also
- signaloid-cli webhooks - Webhook command overview
- signaloid-cli webhooks list - List all webhooks
- signaloid-cli webhooks get - Get individual webhook statistics