KausateKausate Docs
Monitors

Get monitor details

Get detailed information about a specific monitor.

GET
/v2/monitors/{monitorId}
X-API-Key<token>

Sign up at Kausate.com to get an API key

In: header

Path Parameters

monitorId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.kausate.com/v2/monitors/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "monitorId": "550e8400-e29b-41d4-a716-446655440000",
  "kausateId": "co_de_4JFFrsbQ99t1nmRw2JgzmG",
  "companyName": "ACME GmbH",
  "orgId": "org_123",
  "categories": [
    "all"
  ],
  "scheduleCron": "0 9 * * *",
  "temporalScheduleId": "monitor-550e8400-e29b-41d4-a716-446655440000",
  "isActive": true,
  "lastCheckedAt": "2025-12-04T09:00:00Z",
  "checkCount": 5,
  "createdAt": "2025-12-01T10:00:00Z",
  "updatedAt": "2025-12-04T09:00:00Z",
  "apiUrl": "/v2/monitors/550e8400-e29b-41d4-a716-446655440000",
  "currentStateSummary": {
    "hasCompanyDetails": true,
    "hasShareholderGraph": true,
    "lastUpdated": "2025-12-04T09:00:00Z"
  }
}
{
  "detail": "Invalid cron expression"
}
{
  "detail": "Invalid API key"
}
{
  "detail": "Not authorized to access this monitor"
}
{
  "detail": "Monitor not found"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Last updated on