Monitors
All Runs
List all monitor runs across all monitors, optionally filtered by type.
GET
All Runs
Authentication
Requires an API key in theAuthorization header.
Query parameters
string
Filter runs to a specific monitor type. Valid values:
email, phone, domain, ip.If omitted, returns runs across all monitor types.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 run objects with monitor name included.
number
Total number of matching runs.
Run object
string
Unique run identifier (UUID).
string
The monitor this run belongs to.
string
The monitor’s display name.
string
Run status:
pending, running, success, or failed.number
Number of targets processed.
number
Number of targets with field changes since the previous run.
number
Credits consumed by this run.
string | null
ISO 8601 timestamp when the run started.
string | null
ISO 8601 timestamp when the run finished.
string
ISO 8601 timestamp of run creation.
Example response
All Runs