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
V2 Endpoints (Recommended)
| Endpoint | Description |
|---|---|
| v2/logs/scroll | Retrieve logs using cursor-based pagination (recommended for < 100,000 logs) |
| v2/logs/batch | Retrieve large volumes of logs via presigned URLs (recommended for > 100,000 logs) |
| v2/logs/aggs (in development) | Perform aggregation queries on logs |
| v2/workloads/scroll | Retrieve workloads using cursor-based pagination (recommended for < 100,000 workloads) |
| v2/workloads/batch | Retrieve 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.
| Endpoint | Description |
|---|---|
| v1/query | Used for ATR Billing. Fetches ATR ticket counts and domain billing metadata |
| v1/logs/batch | Used for retrieving > 100,000 logs from a monitored application (deprecated) |
| v1/logs/scroll | Used for retrieving < 100,000 logs from a monitored application (deprecated) |