Look up device history
lookup_device_historyShows every account and login event for a device to reveal connected accounts and high-risk account-takeover activity.
Instructions
Return every account and login event seen on a device.
Use this to pivot from one compromised account to the others driven from the
same machine - the standard way an account-takeover ring is mapped. Pay
attention to `distinct_accounts_with_events`, `failed_login_count`, and
`password_reset_count`: a device with many accounts, failed logins, and resets
is a takeover tool, not a shared family tablet.
Returns an error envelope for unknown or malformed device ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device identifier such as 'DEV-2000'. Obtain it from the `device_id` field of a transaction, or from `evidence_device_ids` on a SHARED_DEVICE rule result. Device ids are NOT derived from account ids - 'DEV-1013' is not the device for 'ACC-1013'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||