Pagination on REST API

Hi everyone,

I am currently working on an automation task for a client. It utilizes WorldServer, and I currently have a problem getting all the information I need.

My goal is to get all scoped assets on a project
(See Documentation: docs.rws.com/.../get-scoped-assets)

The endpoints return the first 30 entries, but I have a total of 55. I tried guessing the pagination parameter like "page=1," but that does not work unfortunately. What is the correct way to paginate to get all resources?

Any hint is appreciated!
Thanks in advance!