island_list_compromised_credentials
List compromised credentials detected in the browser within a time window, newest first. Specify start/end dates to narrow results, with optional limit and offset.
Instructions
List credentials Island has detected as compromised (e.g. via dark-web/breach-corpus matching on credentials entered into the browser) within a time window, newest first. Use start/end to bound the window; omit both for Island's server-side default window. Note: at least one third-party integrator has reported this endpoint's offset pagination as unreliable in practice (returning the same page regardless of offset) - treat limit/offset as best-effort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Inclusive upper bound, ISO 8601. Defaults to now when omitted. | |
| limit | No | Items per page. Defaults to 100. | |
| start | No | Inclusive lower bound, ISO 8601 (e.g. 2026-09-01T00:00:00Z). Island applies a server-side default window when omitted. | |
| offset | No | Pagination offset (0-based). Defaults to 0. |