> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whatsable.app/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Cloud API error 130429

> WhatsApp Cloud API error 130429. Cloud API message throughput has been reached. Match on code and details, not on titles.

# WhatsApp Cloud API error 130429

This page documents WhatsApp Cloud API error `130429`.

Meta will deprecate error titles. Match on `code` and `details`, not on the title in `message`.

Official table: [WhatsApp Cloud API error codes](https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes/).

## Match these fields

| Field                | Value                                          |
| -------------------- | ---------------------------------------------- |
| `code`               | `130429`                                       |
| `error_data.details` | Cloud API message throughput has been reached. |

Do not build handlers on titles such as `(#130429) Rate limit hit`. Those titles live inside `message` and will be deprecated.

## Official `details`

Cloud API message throughput has been reached.

## Official next step

The app has reached the API throughput limit.

See Meta [Throughput](https://developers.facebook.com/documentation/business-messaging/whatsapp/throughput).

Try again later, or reduce how often the app sends messages.

## Example from Meta

```json theme={null}
{
  "error": {
    "message": "(#130429) Rate limit hit",
    "type": "OAuthException",
    "code": 130429,
    "error_data": {
      "messaging_product": "whatsapp",
      "details": "Cloud API message throughput has been reached."
    },
    "error_subcode": 2494055,
    "fbtrace_id": "Az8or2yhqkZfEZ-_4Qn_Bam"
  }
}
```

The `message` string is a title. Read `code` and `error_data.details`.

## Related codes

* [131026](/whatsapp-error-131026) — unable to deliver message.
* [131047](/whatsapp-error-131047) — more than 24 hours since the recipient last replied.
* [131049](/whatsapp-error-131049) — not delivered to maintain healthy ecosystem engagement.
* [132001](/whatsapp-error-132001) — template missing in that language or not approved.
