Get It Done Logo
Get It Done
HTTP 429quota_exhausted

Plan quota exhausted

The workspace has used its entire API-call allowance for the current billing period — an ALLOWANCE gate, distinct from the short-term burst throttle.

Likely causes

  • The plan’s calls-per-period quota is fully consumed.

How to fix

  • Wait for the billing period to reset, or upgrade to a plan with a larger allowance.
  • Reduce call volume — batch reads and cache where you can.

Example response

application/problem+json
{
  "type": "https://nowgetitdone.com/docs/api/problems/quota-exhausted",
  "title": "Plan quota exhausted",
  "status": 429,
  "code": "quota_exhausted",
  "request_id": "req_a1b2c3d4"
}

The type field resolves to this page: https://nowgetitdone.com/docs/api/problems/quota-exhausted

Related