Skip to main content
GET
/
monitor
/
{reportId}
curl http://localhost:3001/monitor/a1b2c3d4-e5f6-7890-abcd-ef1234567890
{
  "success": true,
  "data": {
    "monitoring": true
  }
}

Path Parameters

reportId
string
required
Report ID to check.
curl http://localhost:3001/monitor/a1b2c3d4-e5f6-7890-abcd-ef1234567890
{
  "success": true,
  "data": {
    "monitoring": true
  }
}