Monitors
List Monitors
List all monitors for the authenticated user.
GET
List Monitors
Authentication
Requires an API key in theAuthorization header.
Request
No parameters required. Returns all monitors for the authenticated user.Example request
Response
Returns an array of monitor objects.string
Unique monitor identifier (UUID).
string
The monitor’s display name.
string
How often the monitor runs:
monthly or quarterly.string
Detection mode:
diff_only (only report changes) or full_refresh (re-enrich all).string
Current status:
active, paused, or failed.string[]
Fields being tracked for changes. Empty array means all fields are tracked.
number
Number of emails in this monitor.
string | null
ISO 8601 timestamp of the last completed run.
string | null
ISO 8601 timestamp of the next scheduled run.
string
ISO 8601 timestamp when the monitor was created.
List Monitors