---
title: "Provides information about scheduled views quota."
method: GET
path: "/v1/scheduledViews/quota"
tags: ["scheduledViewManagement"]
---

# Provides information about scheduled views quota.

`GET /v1/scheduledViews/quota`

Every customer can use a limited number of scheduled views. This endpoint allows learning about these limitations and remaining quota.

## Response `200`

Current state of scheduled views quota usage (limit and remaining).

- ScheduledViewsQuotaUsage
  - `quota` integer, required — Maximum number of Scheduled Views allowed.
  - `remaining` integer, required — Remaining number of Scheduled Views allowed.

## 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/e4e4c7554890/schema)
