cURL
curl --request GET \ --url https://api.dualship.run/monitoring/metrics \ --header 'Authorization: Bearer <token>'
{ "active_incidents": 5, "avg_response_time": 330, "overall_uptime": 99.73, "total_requests": 2400000 }
Get overall metrics (uptime, response times, request count)
JWT Bearer token authentication
API metrics
API metrics response
5
330
99.73
2400000
Was this page helpful?