> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LeakCheck

> Reference for the Tracecat LeakCheck integration: registered actions, required secrets, expected inputs, and example workflow usage.

## Lookup Domain leak

Action ID: `tools.leakcheck.search_domain_leak`

Retrieve leaks linked to a domain name

Reference: [https://wiki.leakcheck.io/en/api](https://wiki.leakcheck.io/en/api)

### Secrets

Required secrets:

* `leakcheck`: required values `LEAKCHECK_API_KEY`.

### Input fields

<ParamField path="domain_name" type="string" required>
  Domain name to search for leaks.
</ParamField>

## Lookup Email leak

Action ID: `tools.leakcheck.search_email_leak`

Retrieve leaks linked to an email address

Reference: [https://wiki.leakcheck.io/en/api](https://wiki.leakcheck.io/en/api)

### Secrets

Required secrets:

* `leakcheck`: required values `LEAKCHECK_API_KEY`.

### Input fields

<ParamField path="email_address" type="string" required>
  Email address to search for leaks.
</ParamField>
