GetItDoneGetItDone Docs
Public APIError codes
Public APIError codes

Plan quota exhausted (quota_exhausted)

What the GetItDone API problem code quota_exhausted (HTTP 429) means, what causes it, and how to fix it.

What it means

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 problem+json

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

On this page