External DocumentationTo learn more, visit the SpyCloud documentation.
Actions
Get Records By IP Address
Get breach records associated with an IP address or network CIDR.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Cursor | The pagination token used to specify a results page. Can be obtained from the cursor property from a previous response.Note: Cursor values expire after approximately 2 minutes. Each page contains up to 1,000 records. |
| IP | The IP address or Network CIDR notation to get records for. |
| Salt | The salt to use for hashing when hashing is enabled for your API key.Important Notes: * Using this parameter will override the salt parameter that is tied to the API key.* Must be 10 to 24 characters with high entropy. |
| Severity | A comma-separated list of numeric severity codes to filter results by. |
| Source ID | A comma-separated list of numeric source IDs to filter results by. |
| Parameter | Description |
|---|---|
| Since | The starting date to filter results from. |
| Since Modification Date | The starting date for a range query on record_modification_date. |
| Until | The ending date to filter results until. |
| Until Modification Date | The ending date for a range query on record_modification_date. |
Was this page helpful?