> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-sinan-dev-10929-support-initial-shipment-and-per.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Variable: DEFAULT\_ITERATE\_MAX\_PAGES

> DEFAULT_ITERATE_MAX_PAGES constant in the Terminal49 TypeScript SDK, the default safety cap of 1000 pages applied to BaseManager createIterator pagination.

# Variable: DEFAULT\_ITERATE\_MAX\_PAGES

> `const` **DEFAULT\_ITERATE\_MAX\_PAGES**: `1000` = `1000`

Hard safety caps for BaseManager.createIterator. They exist so a no-op
or mistakenly broad filter cannot silently walk the entire dataset (and make
thousands of requests). They are deliberately large enough not to interfere
with realistic pagination, and can be raised per call via
`maxPages` / `maxRows` when a caller genuinely needs more.
