when I tried to fetch the records from cosmos DB with offset value more than 100 using azure API, it returns an empty list though there are values. when using the generated query from code with the portal it returning the proper results.
The generated query from code: SELECT o.id from order o where o.versionId =1 AND o.resource.customer.id ='someid' order by o.resource.createdOn desc offset 100 limit 100
skip
andtop
in this post meet your needs? – Jason Pan