API ClientsTypeScript SDKAPI ReferenceCoreType AliasesOffsetPaginationVersion: 8.9On this pageType Alias: OffsetPagination type OffsetPagination = object; Offset-based pagination Properties from? optional from?: number; The index of items to start searching from. limit? optional limit?: number; The maximum number of items to return in one request.Was this helpful?