Better Stack · Schema

MonitorListResponse

Paginated list of monitors.

IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

Properties

Name Type Description
data array
pagination object
View JSON Schema on GitHub

JSON Schema

better-stack-monitor-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-schema/better-stack-monitor-list-response-schema.json",
  "title": "MonitorListResponse",
  "description": "Paginated list of monitors.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorObject"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}