v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
scheduledViewManagement

Provides information about scheduled views quota.

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

get/v1/scheduledViews/quota

Response

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

quotainteger required

Maximum number of Scheduled Views allowed.

remaininginteger required

Remaining number of Scheduled Views allowed.

Example response

{
  "quota": 200,
  "remaining": 121
}