---
title: "Alert Submission Health Check"
method: GET
path: "/api/v1/alerts/health"
tags: ["alert-submission"]
---

# Alert Submission Health Check

`GET /api/v1/alerts/health`

Check the health status of the alert submission service

## Response `200`

Service is healthy

- HealthResponse — HTTP health check response schema.
  - `status` string, required — Health status
  - `service` string, required — Service name
  - `timestamp` string, required — Check timestamp (ISO 8601)
  - `components` object, nullable — Component health status
  - `error` string, nullable — Error message if unhealthy

## Other responses

- `503` — Service is unhealthy

---

[API](https://skmtc.dev/nvidia/apis/alert-agent-api.md) · [All operations](https://skmtc.dev/nvidia/apis/alert-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/alert-agent-api/revisions/e754ab3efedd/schema)
