Hi, I use the typeform-js-library to retrieve all the forms and responses. But I’m encountering some issues where the list just doesn’t seem to work like this.
typeformClient
.forms
.list(page=2)
If I change the page, the result stay the same. Can someone tell me how to pass the query parameters properly if I’m doing it wrong? Or is this the wrong way?