Skip to content

Interface: PaginationParams

@kortexya/reasoninglayer


@kortexya/reasoninglayer / PaginationParams

Interface: PaginationParams

Defined in: src/types/common.ts:86

Pagination parameters for list endpoints.

Remarks

Not all list endpoints support pagination yet. Parameters are optional and will be ignored by endpoints that do not support them.

Properties

limit?

optional limit: number

Defined in: src/types/common.ts:88

Maximum number of items to return.


offset?

optional offset: number

Defined in: src/types/common.ts:90

Number of items to skip.