Skip to main content
GET
/
monitoring
/
metrics
Get API metrics
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
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Response

API metrics

API metrics response

active_incidents
integer
Example:

5

avg_response_time
integer
Example:

330

overall_uptime
number
Example:

99.73

total_requests
integer
Example:

2400000