Is there a way to get more than 1000 Packages and versions from Azure DEVOPs Feed RESTAPI for GET Packages?
Is there a way to get more than 1000 Packages and versions from Azure DEVOPs Feed RESTAPI for GET Packages?
I have around 1400 ADO NUGET Packages and its versions to migrate.
I am running the REST API documented here: https://learn.microsoft.com/en-us/rest/api/azure/devops/artifacts/artifact-details/get-packages?view=azure-devops-rest-7.1 using Python.
It is limiting at 1000 packages without any warning.
It is nowhere documented as well.