---
title: "Usage info of monitors."
method: GET
path: "/v1/monitors/usageInfo"
tags: ["monitorsLibraryManagement"]
---

# Usage info of monitors.

`GET /v1/monitors/usageInfo`

Get the current number and the allowed number of log and metrics monitors.

## Response `200`

MonitorUsageInfo has been retrieved successfully.

- MonitorUsage[] — The usage info of logs and metrics monitors.
  - `monitorType` 'Logs' | 'Metrics' — The type of monitor usage info (Logs or Metrics).
  - `usage` integer — Current number of active Logs/Metrics monitors.
  - `limit` integer — The limit of active Logs/Metrics monitors.
  - `total` integer — The total number of monitors created. (Including both active and disabled Logs/Metrics monitors)

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
