---
title: "List notifications"
method: GET
path: "/notifications"
tags: ["Notifications"]
---

# List notifications

`GET /notifications`

Return all notifications configured for the current account, including linked method info.

Response
Array of objects with fields like `id`, `method_id`, `type`, `second_type`, `value`, `filters`, `is_active`, `timestamp`, `method_type`, `method_value`, `auto_unlock`, `max_points`, `daily_spent`, `daily_reset_at`, `total_notifications`, `total_cost`.

## Response `200`

Notifications listed successfully.

- NotificationOut[]
  - `id` integer, required — Notification ID.
  - `method_id` integer, required — ID of the notification method used for delivery.
  - `type` 'email' | 'domain' | 'advanced' | 'raw' | 'dark_web', required
  - `second_type` 'ALL' | 'EMPLOYEES' | 'THIRD_PARTIES' | 'CUSTOMERS'
  - `value` string, nullable — Monitored value (email address, domain, search query, etc.).
  - `filters` object, nullable — Additional search filters applied to this notification.
  - `last_searched_at` string, date-time, nullable — Last time this notification was checked for new results.
  - `is_active` boolean, required — Whether this notification is currently active.
  - `timestamp` string, date-time, required — Creation date of this notification.
  - `method_type` 'email' | 'slack' | 'telegram' | 'webhook' | 'discord'
  - `method_value` string, nullable — Destination of the associated method.
  - `method_extra_emails` string[], nullable — Additional BCC recipients of the associated method (email methods only).
  - `auto_unlock` boolean, nullable — Whether new results are automatically unlocked.
  - `max_points` integer, nullable — Maximum points to spend per notification run for auto-unlock.
  - `daily_spent` integer, nullable — Points spent today by auto-unlock on this notification.
  - `daily_reset_at` string, date-time, nullable — Next daily reset time for the spent counter.
  - `total_notifications` integer, nullable — Total number of notification runs executed.
  - `total_cost` integer, nullable — Total points consumed by this notification across all runs.

## Other responses

- `401` — Authentication required.

---

[API](https://skmtc.dev/leakradar/apis/leakradar-io-api.md) · [All operations](https://skmtc.dev/leakradar/apis/leakradar-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leakradar/leakradar-io-api/revisions/82a99c608e1a/schema)
