Errors

export_limit_reached

429 – Too many exports at once. The Org already has as many export runs in flight as it may.

Too many exports at once. Answered with 429.

What it means

The Org already has as many export runs in flight as it may. An export is built asynchronously, and building several at once would be a second copy of everything.

What to do

Wait for a running export to finish – poll GET /api/exports – before starting another.

The body

{
  "type": "https://tigby.eu/problems/export_limit_reached",
  "title": "Too many exports at once",
  "status": 429,
  "detail": "…what was refused, naming this request's own values",
  "code": "export_limit_reached",
  "doc_url": "https://docs.tigby.eu/errors/export_limit_reached",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.