export_document_cap_exceeded
The packaged download asks for MORE DOCUMENTS than that artifact type allows. It is not a request limit nor a permissions problem: it is the size of what a single call asks for, and the very same cap rules the web application and the API, so splitting the work across surfaces does not dodge it.
| Code | Type | HTTP | Category |
|---|---|---|---|
export_document_cap_exceeded | invalid_request_error | 413 | Exports |
Cause
The packaged download asks for MORE DOCUMENTS than that artifact type allows. It is not a request limit nor a permissions problem: it is the size of what a single call asks for, and the very same cap rules the web application and the API, so splitting the work across surfaces does not dodge it.
What to do
Split the download into chunks below the cap —by date range, by series, or in batches of identifiers— and ask for them one at a time. If your normal operation needs that volume in a single call, request an increase of the cap for your company: it is granted without changing anything in your integration.