Records Fetched from Dataset using API limited to 10 records

trying to fetch data from one of the dataset over api but i always get only 10 records from the dataset regardless the total number of its records ,

i am getting the below in the CMS logs which should its limited to 10 but i dont have anything in my code which do this limitation

got it solved , we need to pass the start and lenght in the request

2 Likes