Glide · Rate Limits

Glide Apps Rate Limits

The Glide REST API constrains usage through response-size limits and plan-based consumption rather than published per-second request quotas. The Get Rows endpoint returns at most 10,000 rows per response and uses a continuation token for further pages. Data changes made through the API count as Updates against the workspace plan's monthly Updates allowance, so the effective throughput ceiling is governed by the plan tier (REST get-rows and SQL querying require Business or Enterprise). Specific per-minute request thresholds are not publicly documented.

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

It captures 4 rate-limit definitions, measuring rows, updates, capability, and requests.

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

Tagged areas include No Code, App Builder, Tables, Big Tables, and Rate Limiting.

4 Limits Throttle: 429
No CodeApp BuilderTablesBig TablesRate LimitingQuotasThrottling

Limits

Rows Per Response request
rows
10000
Maximum rows returned by Get Rows in a single response; use the continuation token for more.
Monthly Updates Allowance account
updates
plan-dependent
API-driven data changes consume the plan's included Updates (250 / 500 / 5,000 / custom); overage billed at $0.02 per Update.
API Access Tier account
capability
Business and Enterprise only
Get Rows and SQL querying of Big Tables require a Business or Enterprise plan.
Per-Minute Request Rate account
requests
see provider documentation
No public per-minute request quota is documented; clients should backoff on 429.

Policies

Pagination
Get Rows returns a continuation token when results exceed 10,000 rows; resubmit with the token to page through.
Backoff Strategy
On HTTP 429 clients should implement exponential backoff with jitter and retry.
Plan-Gated Throughput
Effective sustained throughput is bounded by the workspace plan's monthly Updates allowance.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/glide-apps-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.