GraphQL API Reference

Complete reference for the monitoring platform GraphQL API

DevelopersAPI ReferenceUpdated 2026-03-24

Overview

The monitoring platform exposes a GraphQL API for querying and managing all platform resources. This reference covers authentication, schema overview, and common operations.

Authentication

Content to be added: API key authentication, OAuth token usage, rate limiting.

Schema Overview

Content to be added: Key types (Tenant, Namespace, Room, Device, Alert), query patterns, mutation patterns.

Common Queries

Content to be added: Listing devices, fetching alerts, room status, telemetry data queries.

Common Mutations

Content to be added: Creating alerts, updating device properties, managing rooms, user management.

Subscriptions

Content to be added: Real-time alert subscriptions, device status updates, WebSocket setup.