Rate Limits
Linquid APIs can enforce request throttling for reliability.When throttling happens
- high burst traffic on write-heavy routes
- sustained high-frequency polling patterns
- workspace-level resource protection
Client expectations
- handle
429with exponential backoff and jitter - respect retry budgets
- reduce parallel fan-out on analytics/detail pages
Related
/developer/rate-limits-and-budgeting/developer/error-model-and-retries

