Skip to main content
GET
/
v2
/
monitors
List all monitors
curl --request GET \
  --url https://api.kausate.com/v2/monitors \
  --header 'X-API-Key: <api-key>'
{
  "monitors": [
    {
      "monitor_id": "550e8400-e29b-41d4-a716-446655440000",
      "kausate_id": "co_de_hrb123456_aachen",
      "company_name": "ACME GmbH",
      "schedule_cron": "0 9 * * *",
      "check_count": 5,
      "last_checked_at": "2025-12-04T09:00:00Z",
      "is_active": true,
      "created_at": "2025-12-01T10:00:00Z",
      "api_url": "/v2/monitors/550e8400-e29b-41d4-a716-446655440000"
    }
  ],
  "total": 1
}

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Response

List of monitors

Response model for list monitors endpoint.

monitors
MonitorResponse · object[]
required
total
integer
required