v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBscheduledViewManagement
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).
Example response
{
"quota": 200,
"remaining": 121
}