v1

latestOpenAPI 3.1.02026-07-171921144.8 KB
alert-submission

Alert Submission Health Check

Check the health status of the alert submission service

get/api/v1/alerts/health

Response

Service is healthy

statusstring required

Health status

servicestring required

Service name

timestampstring required

Check timestamp (ISO 8601)

componentsobject nullable

Component health status

errorstring nullable

Error message if unhealthy

Example response

{
  "components": {
    "entity_validator": "ok",
    "event_bridge": "ok"
  },
  "service": "alert-submission",
  "status": "healthy",
  "timestamp": "2025-01-15T14:30:00Z"
}