---
title: "Get the list of leaks."
method: GET
path: "/api/v2/riskintelligence/leaks"
tags: ["Risk Intelligence"]
---

# Get the list of leaks.

`GET /api/v2/riskintelligence/leaks`

Get the list of leaks.

## Query parameters

- `key` string
- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100

## Response `200`

Success

- RiskIntelligenceLeak[]
  - `LeakId` number — The Leak Id
  - `Name` string — The Leak Name
  - `SourceDomain` string — The Leak Source Domain
  - `Type` 'combolist' | 'breach' — The Leak Type
  - `CurrentExposure` number — It is the company count exposed by vulnerability currently.
  - `PublishDate` string, datetime — The date on which the tag was published.
  - `RecordType` string — The leak's record type
  - `UniqueEmailAccountCount` number — The mentioned email count on the leak.
  - `FreshnessRate` integer — The old age rate of the leak.
  - `TotalCount` integer — The total leak count.
  - `ThreatActor` string — The leak’s threat actor.
  - `SourceType` string — The leak’s source type.
  - `PasswordType` string — The leak’s password type.
  - `Notes` string, nullable — The notes about leak.

## Other responses

- `401` — Unauthorized
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
