CHW-4319 IntelBulkLimitExceeded
bulk request exceeds 500 items; split the request or lower maxResults
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: bulk request exceeds 500 items; split the request or lower maxResults
HTTP status:400(client)
Problem. POST /api/v1/intel/packages/bulk listed more than 500
items. Cause. The bulk endpoint caps each request at 500 to keep
fan-out bounded. Fix. Split the request into batches of 500 or
fewer, or lower maxResults. HTTP 400.