Skip to main content
GET
/
monitoring
/
endpoints
Get endpoint status
curl --request GET \
  --url https://api.dualship.run/monitoring/endpoints \
  --header 'Authorization: Bearer <token>'
{
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/v1/flows",
      "response_time": 120,
      "status": "operational",
      "uptime": 99.9
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Response

Endpoint statuses

List of endpoint statuses

endpoints
object[]