Skip to main content
GET
All Results

Authentication

Requires an API key in the Authorization header.

Query parameters

string
Filter results to a specific monitor type. Valid values: email, phone, domain, ip.If omitted, returns results across all monitor types.
boolean
Set to true to only return records with detected changes. Default: false.
number
Number of results to return. Default: 20. Max: 100.
number
Number of results to skip for pagination. Default: 0.

Example request

Response

object[]
Array of snapshot objects with monitor info.
number
Total number of matching results.

Result object

string
Unique snapshot identifier (UUID).
string
The run this result belongs to.
string
The monitor this result belongs to.
string
The monitor’s display name.
string
The target identifier (email).
object
The full enriched data from this run.
object | null
Field-level diff object. Each key is a changed field with old and new values. null if no changes.
boolean
Whether this record has any detected changes.
string
ISO 8601 timestamp of when this result was recorded.

Example response