Skip to content

PaginationParameters

Defined in: src/schemas/pagination.schema.ts:97

Pagination parameters for requests.

optional page_size?: number

Defined in: src/schemas/pagination.schema.ts:99

The number of items to return (default: 100, max: 100)


optional start_cursor?: string | null

Defined in: src/schemas/pagination.schema.ts:106

The cursor value from a previous response. Pass it to continue pagination. The SDK treats null the same as omitted.