---
title: "List active user alerts"
method: GET
path: "/api/alerts"
tags: ["Alerts"]
---

# List active user alerts

`GET /api/alerts`

## Response `200`

Active alerts for the signed-in user

- object
  - `alerts` object[], required
    - `id` string, uuid, required
    - `metadata` object, nullable, required
    - `source` string, required
    - `sourceId` string, nullable, required
    - `type` string, required
    - `userId` string, required
    - `createdAt` string, required
    - `message` string, required
    - `resolvedAt` string, nullable, required
    - `title` string, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
