APIToolkit (Monoscope) · Example Payload

Monoscope Platform Gettelemetryschema Example

AI ObservabilityAPI AnalyticsAPI CatalogAPI ManagementAPI MonitoringAPI TestingBreaking Change DetectionCLIDebuggingError TrackingLLM ObservabilityLogs and TracesMCP ServerMetricsMonitorsObservabilityOpenTelemetryPlatformSession Replay

Monoscope Platform Gettelemetryschema Example is an example object payload from APIToolkit (Monoscope), with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.monoscope.tech/api/v1/schema?pid=550e8400-e29b-41d4-a716-446655440000",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "fields": [
        { "name": "service.name", "type": "string", "cardinality": 42 },
        { "name": "http.route", "type": "string", "cardinality": 318 },
        { "name": "http.status_code", "type": "number", "cardinality": 12 },
        { "name": "http.method", "type": "string", "cardinality": 7 },
        { "name": "error", "type": "boolean", "cardinality": 2 },
        { "name": "timestamp", "type": "timestamp", "cardinality": 86400 }
      ]
    }
  }
}