Skip to main content
GET
/
monitor
curl http://localhost:3001/monitor
{
  "success": true,
  "data": [
    {
      "reportId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "githubUrl": "https://github.com/ripple/rippled",
      "intervalMs": 30000,
      "lastScore": 74
    }
  ]
}

Response

data
MonitoredRepo[]
curl http://localhost:3001/monitor
{
  "success": true,
  "data": [
    {
      "reportId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "githubUrl": "https://github.com/ripple/rippled",
      "intervalMs": 30000,
      "lastScore": 74
    }
  ]
}