---
title: "Dump Metadata Search"
method: POST
path: "/identity/metadata/dump/search"
tags: ["Credentials"]
---

# Dump Metadata Search

`POST /identity/metadata/dump/search`

Search metadata for data dumps and breach databases by name.

## Request body

- DumpMetadataSearchRequest
  - `names` string[] — Dump or breach names to search for
  - `limit` integer — Maximum number of results to return

## Response `200`

Success

- MetadataDumpResponse
  - `dumps` DumpMetadata[], required
    - `name` string, required
    - `type` string
    - `source` string, required
    - `description` string
    - `infrastructure` Infrastructure
      - `ip` string, required
    - `compromise` Compromise
      - `os` string
      - `os_username` string
      - `malware_file` string
      - `timezone` string
      - `computer_name` string
      - `uac` string
      - `antivirus` string[]
      - `exfiltration_date` string, date-time, required
    - `location` Location
      - `country` CountryCode
        - `name` string, required
        - `displayName` string, required
        - `countryCode` string, required
        - `alpha2Code` string, required
        - `alpha3Code` string, required
      - `city` string
      - `address` string
      - `address1` string
      - `address2` string
      - `state` string
      - `postal_code` string
      - `zip` string
    - `breaches` BreachMetadata[], required
      - `name` string, required
      - `domain` string, required
      - `type` string, required
      - `breached` string, date-time
      - `start` string, date-time
      - `stop` string, date-time
      - `precision` 'YEAR' | 'MONTH' | 'DAY'
      - `description` string, required
      - `site_description` string
    - `downloaded` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `default` — Error

---

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