'How do you get top recent azure devops pipelines using Rest api?

I would like to fetch azure devops piplelines run based on some query using Rest API.

Query : 1:first 100 recent pipelines 2: Date range

Document refer : https://docs.microsoft.com/en-us/rest/api/azure/devops/pipelines/pipelines/list?view=azure-devops-rest-7.1

But Using this I cant get top 50 run.

Can someone help?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source