> ## 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.

# Interface: ListOptions

> ListOptions interface in the Terminal49 TypeScript SDK, extends CallOptions with page, pageSize, and filter inputs for paginated list endpoint responses.

# Interface: ListOptions

Per-call options accepted by list methods.

## Extends

* [`CallOptions`](/sdk/reference/types/options/interfaces/CallOptions)

## Properties

| Property                                 | Type                                                                         | Description                                                                                                                                    | Inherited from                                                                                                                                       |
| ---------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="property-format" /> `format?`     | [`ResponseFormat`](/sdk/reference/types/options/type-aliases/ResponseFormat) | Override the client's default response format for this call.                                                                                   | [`CallOptions`](/sdk/reference/types/options/interfaces/CallOptions).[`format`](/sdk/reference/types/options/interfaces/CallOptions#property-format) |
| <a id="property-maxpages" /> `maxPages?` | `number`                                                                     | Maximum number of pages `iterate()` will fetch before stopping. Defaults to the manager's safety cap; raise it to walk past the default bound. | -                                                                                                                                                    |
| <a id="property-maxrows" /> `maxRows?`   | `number`                                                                     | Maximum number of rows `iterate()` will yield before stopping. Defaults to the manager's safety cap; raise it to walk past the default bound.  | -                                                                                                                                                    |
| <a id="property-page" /> `page?`         | `number`                                                                     | 1-based page number.                                                                                                                           | -                                                                                                                                                    |
| <a id="property-pagesize" /> `pageSize?` | `number`                                                                     | Number of records per page.                                                                                                                    | -                                                                                                                                                    |
