---
title: "List the data breach findings for a company."
method: GET
path: "/api/v2/companies/{id}/findings/databreach"
tags: ["Findings"]
---

# List the data breach findings for a company.

`GET /api/v2/companies/{id}/findings/databreach`

List the data breach findings for a company. These findings might include Information Disclosure, Leak Credential, IP Reputation, Hacktivist Shares module findings.<br/><br/> For storage optimization, the system <b>permanently</b> deletes all findings that haven't been detected by the Black Kite scanner for over a year. Findings with manually changed statuses or associated tickets are excluded.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250 | 500 | 1000 | 5000

## Response `200`

Success

- DataBreachFinding[]
  - `FindingId` integer — The unique identifier of this finding.
  - `Module` string — The module of this finding. The possible responses are listed below. - Information Disclosure - Credential Mgmt. - IP Reputation - Hacktivist Shares
  - `Url` string — The URL to get details of the finding. - For Information Disclosure module findings, the URL will point to https://app.blackkitetech.com/api/v2/companies/{id}/findings/informationdisclosure/{findingId} - For Credential Mgmt. module findings, the URL will point to https://app.blackkitetech.com/api/v2/companies/{id}/findings/credentialmanagement/{findingId} - For IP Reputation module findings, the URL will point to https://app.blackkitetech.com/api/v2/companies/{id}/findings/ipreputation/{findingId} - For Hacktivist Shares module findings, the URL will point to https://app.blackkitetech.com/api/v2/companies/{id}/findings/hacktivistshares/{findingId}

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `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)
