Taiga REST API record limit = 30?

Hello, I am running taiga in docker, i’m calling the userstories list api from a batch to get all of the items of a project but i found that it only gives me a maximum of 30 objects and always the same objects.
Is this limit configurable?
How am I supposed to list all the objects?

Ty

EDIT: oook total rest api noob here, figured out:
Just add the customized limit in the URL request: “?page_size=100”

Yes, you can use the pagination system

https://docs.taiga.io/api.html#_pagination