NewThe street number is no longer required in an address
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

EXPORT_LIMIT_EXCEEDED

The export selects {0} invoices and the maximum per download is {1}. Narrow the date range or reduce the selection and export again.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/EXPORT_LIMIT_EXCEEDED",
  "title": "EXPORT_LIMIT_EXCEEDED",
  "detail": "The export selects {0} invoices and the maximum per download is {1}. Narrow the date range or reduce the selection and export again.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "EXPORT_LIMIT_EXCEEDED",
    "message": "The export selects {0} invoices and the maximum per download is {1}. Narrow the date range or reduce the selection and export again.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

The export selects {0} invoices and the maximum per download is {1}. Narrow the date range or reduce the selection and export again.
La exportación selecciona {0} facturas y el máximo por descarga es {1}. Acota el rango de fechas o reduce la selección y vuelve a exportar.
Aquesta exportació selecciona {0} factures i el màxim per descàrrega és {1}. Acota el rang de dates o redueix la selecció i torna a exportar.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring