Skip to main content

Overview

There are several APIs available to programatically access Central Monitoring Data.

Base API URL: https://central-monitoring-data-api.mywizard-aiops.com

Steps to aquire credentials are detailed in API Permissions.


API Reference

The API Reference details the API schemas.

This is where you can find what payloads should be sent to the endpoints, and their return bodies.

Some endpoints may have more information on how to interact with them in the links below.


Available Endpoints

EndpointDescription
v2/logs/scrollRetrieve logs using cursor-based pagination (recommended for < 100,000 logs)
v2/logs/batchRetrieve large volumes of logs via presigned URLs (recommended for > 100,000 logs)
v2/logs/aggs (in development)Perform aggregation queries on logs
v2/workloads/scrollRetrieve workloads using cursor-based pagination (recommended for < 100,000 workloads)
v2/workloads/batchRetrieve large volumes of workloads via presigned URLs (recommended for > 100,000 workloads)
v2/workloads/aggs (in development)Perform aggregation queries on workloads

V1 Endpoints

Deprecation Notice

V1 logs endpoints will be deprecated on March 1, 2026. Please migrate to V2 endpoints.

EndpointDescription
v1/queryUsed for ATR Billing. Fetches ATR ticket counts and domain billing metadata
v1/logs/batchUsed for retrieving > 100,000 logs from a monitored application (deprecated)
v1/logs/scrollUsed for retrieving < 100,000 logs from a monitored application (deprecated)