Preset · Rate Limits

Preset Rate Limits

Preset does not publish explicit numeric request-per-minute rate limits for its Manager API or the per-workspace Superset proxy. Practical limits come from JWT token lifetime (the auth token is valid for a few hours and must be re-exchanged), guest-token lifetime (about five minutes, requiring refresh), plan-level entitlements (user counts, workspace counts), and the compute capacity of the underlying Superset workspace for query and chart-data endpoints. Enterprise agreements may define additional throughput terms.

Preset Rate Limits is the machine-readable rate-limit profile for Preset on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring token_ttl, workspaces, users, and requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include BI, Analytics, Superset, Dashboards, and Data Visualization.

5 Limits Throttle: 429
BIAnalyticsSupersetDashboardsData VisualizationRate LimitingQuotasThrottling

Limits

Auth Token Lifetime account
token_ttl
a few hours
JWT from POST /v1/auth/ expires after a few hours; re-exchange the API token name and secret to refresh.
Guest Token Lifetime workspace
token_ttl
~5 minutes
Embedded-dashboard guest tokens expire after about five minutes and must be refreshed by the front-end.
Workspace Quota account
workspaces
plan-dependent
1 workspace on Starter, 3 on Professional, additional on Enterprise.
User Quota account
users
plan-dependent
Up to 5 users on Starter; unlimited on Professional and Enterprise.
Superset Proxy Throughput workspace
requests
see provider documentation
Chart-data and SQL Lab endpoints are bounded by the workspace's underlying Superset compute, not a published RPM.

Policies

Token Refresh
Re-exchange API credentials at /v1/auth/ before the JWT expires; refresh guest tokens on a short interval for embeds.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources