Have I Been Pwned - Breached Domain
hibp_get_breached_domainReturn breached aliases for a verified domain. This tool requires an authorized subscription via OAuth bearer token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to include in the response. Defaults to 25. | |
| domain | Yes | The verified domain to search. | |
| offset | No | Number of items to skip before returning results. Defaults to 0. | |
| response_format | No | Format only the text content as markdown (default) or a JSON string. The same machine-readable data is always returned in structuredContent. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| domain | No | ||
| offset | No | ||
| hasMore | No | ||
| message | No | Present when the tool returns an error. | |
| guidance | No | Additional guidance for resolving the tool error. | |
| aliasCount | No | ||
| nextOffset | No | ||
| statusCode | No | Present when the tool returns an error. | |
| totalCount | No | ||
| returnedCount | No | ||
| breachesByAlias | No | ||
| rateLimitResetAt | No | UTC timestamp indicating when the current rate limit window should have reset. | |
| retryAfterHeaders | No | Retry headers that mirror the standard HTTP rate-limit response when applicable. | |
| retryAfterSeconds | No | How long to wait before retrying, when the tool is rate limited. |