triggair /docs
Error code

rate_limited (429)

What it means

Too many requests — the global token bucket or a per-board submission cap. A `Retry-After` header (and X-RateLimit-*) tells you when.

How to fix

Back off and retry after `Retry-After` seconds. The SDK does this automatically. Quote X-Request-Id if you report it.

← All error codes