Hi @TapasMahalik ,
You will need to use pagination for such use cases. By default the limit is 100. Please refer below details from Data access API.
Responses within the Data Access API are paginated. By default, the maximum number of entries per page is 100. You can modify the default behavior with paging parameters.
- limit: You can specify the number of entries per page according to your requirements using the “limit” parameter.
- start: The offset can be set by the “start” query parameter.
- &: You can use an ampersand to combine multiple parameters in a single call.