# E06010 — WebhookReplayQuotaExceeded

Webhook replay quota exceeded for this workspace.

- **HTTP status**: `429`
- **Type**: `rate_limit_error`
- **Name**: `WebhookReplayQuotaExceeded`

## What to do

A rate-limit group is exhausted for this workspace. Wait the number of seconds in the `Retry-After` header, then retry. The `RateLimit` and `RateLimit-Policy` headers name the group and quota so you can pace future requests.

## Related

- [Rate limits](/docs/guides/rate-limits): groups, headers, and backoff guidance
- [E06xxx — Webhooks](/docs/api/errors/E06xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`