The Initiatives List endpoint takes an object that implements the ListInitiativesParams interface. https://github.com/makeplane/plane-node-sdk/blob/main/src/models/Initiative.ts#L34
Setting limit has no effect. The API always returns up to 20 items. Setting offset also has no effect. The same items are returned.
The only way to increment the paginated API is to set a cursor.
The Initiatives List endpoint takes an object that implements the
ListInitiativesParamsinterface. https://github.com/makeplane/plane-node-sdk/blob/main/src/models/Initiative.ts#L34Setting
limithas no effect. The API always returns up to 20 items. Setting offset also has no effect. The same items are returned.The only way to increment the paginated API is to set a cursor.