Retrieve a paginated list of all monitors in your workspace. Supports filtering by status (active, paused) and tags.
{
"data": [
{
"id": "mon_8x7c9v2b",
"url": "https://api.example.io",
"status": "active",
"interval_seconds": 60
}
],
"meta": { "page": 1, "total": 14 }
}