Interface: PaginationParams
@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?
optionallimit:number
Defined in: src/types/common.ts:88
Maximum number of items to return.
offset?
optionaloffset:number
Defined in: src/types/common.ts:90
Number of items to skip.