---
title: "Get personal email leaks for authenticated user (DEPRECATED)"
method: GET
path: "/v1/leaks/email"
tags: ["deprecated"]
deprecated: true
---

# Get personal email leaks for authenticated user (DEPRECATED)

`GET /v1/leaks/email`

> **Deprecated.**

**DEPRECATED:** This endpoint is deprecated in favor of the consolidated `/v1/leaks` endpoint.

## Query parameters

- `search` string
- `limit` number
- `page_number` number
- `start_date` string, date
- `time_range` 'all_time' | 'current_month' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months'
- `end_date` string, date
- `sort_by` 'url' | 'username' | 'log_date' | 'country' | 'device_ip' | 'host_username' | 'hostname' | 'os' | 'hardware_id' | 'malware_path'
- `sort_order` 'asc' | 'desc'
- `status` 'fixed' | 'open'

## Response `200`

OK

- object
  - `data` LeaksEntity[]
    - `id` string
    - `url` string
    - `username` string
    - `password` string
    - `device_ip` string
    - `host_username` string
    - `os` string
    - `malware_path` string
    - `country` string
    - `log_date` string
    - `hardware_id` string
    - `hostname` string
    - `status` 'fixed' | 'open' | 'NA'
    - `domain` string — Domain this leak is associated with - used for filtering
    - `email_domain` string — Domain extracted from email addresses
  - `total_leaks` number
  - `total_pages` number
  - `current_page` number

## Other responses

- `400` — Example response
- `401` — Example response
- `403` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 2 breaking, 1 warning, 7 info
  - removed the enum value `source` from the `query` request parameter `sort_by`
  - removed the enum value `unfixed` from the `query` request parameter `status`
  - added the new `open` enum value to the `data/items/status` response property for the response status `200`
  - api tag `deprecated` added
  - …6 more
- **2025-08-13** `c41cd7ae7718` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/leaks/email/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/41ee26b930f3?raw)
