---
title: "List Endpoint"
method: POST
path: "/user/alert/list"
tags: ["user"]
---

# List Endpoint

`POST /user/alert/list`

List all configured alerts.

## Request body

- ListAlertsRequest
  - `tenant_id` string, required

## Response `200`

Successful Response

- ListAlertsResponse
  - `alerts` NodeOfflineAlert[], required
    - `type` 'node_offline'
    - `id` string, required
    - `node_id` string, required
    - `duration` integer, required
    - `webhook_url` string, required
    - `webhook_body` string, required

## Other responses

- `403` — `{"detail": "Invalid API Key"}`
- `404` — `{"detail": "Dashboard not found"}`
- `422` — Validation Error

---

[API](https://skmtc.dev/tenzir/apis/tenzir-platform-api.md) · [All operations](https://skmtc.dev/tenzir/apis/tenzir-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tenzir/tenzir-platform-api/revisions/1c6c33bb8ba3/schema)
