Get All Items For a CMS Collection --> offset not working

Hi, Is anyone else having issues with getting more than 100 items from the Collections API? No matter the offset value it always returns the first 100 records.

https://api.webflow.com/collections/\(collection_id)/items?api_version=1.0.0&offset=1

please advise!! Thanks!


Here is my public share link: LINK
(how to access public share link)

There is a 100 records limit in webflow. You have to make more then one call in your case

That makes sense, I’m making two calls one with offset=0 and another with offset=1. They are both returning the values from offset=0 (the first 100 records).

thanks, I figured it out. The offset should be offset=100

The second should start with 101