Skip to main content
GET
Monitor Runs

Authentication

Requires an API key in the Authorization header.

Path parameters

string
required
The monitor’s unique identifier (UUID).

Example request

Response

object[]
Array of run objects.
number
Total number of runs.

Run object

string
Unique run identifier (UUID).
string
Run status: pending, running, success, or failed.
number
Number of emails processed.
number
Number of emails 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 completed.