> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-current-status.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ListOptions interface reference

> Reference for ListOptions, the per-call options accepted by SDK list methods, including pagination cursors, filters, includes, and response format.

# 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-page" /> `page?`         | `number`                                                                     | 1-based page number.                                         | -                                                                                                                                                    |
| <a id="property-pagesize" /> `pageSize?` | `number`                                                                     | Number of records per page.                                  | -                                                                                                                                                    |
