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

# BulkPaginationInput

> Pagination input for bulk API listings.

**Input object**

Pagination input for bulk API listings. The bulk API allows larger pages than the rest of
the API: the maximum (and default) page size is 100.

## Input fields

<ParamField name="limit" type="Int">
  The number of items to return per page. Maximum and default are 100.
</ParamField>

<ParamField name="offset" type="Int">
  The number of items to skip.
</ParamField>
