Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

PipelineEndpoint List is not retrieving all pipeline endpoints

Open
#1,924 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
32/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
azure, python

Research direction

Begin with the PipelineEndpoint.list(ws) entry point in the PublishedPipeline documentation and the linked PublishedPipeline.yml source. Reproduce the behavior with azureml-pipeline-core==1.52.0 and more than 100 published endpoints, then compare the result with the documented “all” behavior. Done means the full list is retrieved or the documented limit and usage are corrected.

Written by the indexing model from the issue text.

Description

When i execute the PipelineEndpoint.list(ws) method, from class PublishedPipeline, the API retrieves just the first 100 endpoints and not the full list, despite the documentation states that it sould retrieve all the pipelines.
In particular, I cite the documentation:

Get all published pipelines in the current workspace

I'm running Python 3.8 and my package version is: azureml-pipeline-core==1.52.0

Is there any hidden parameter that i should specify to get the further 100 pipelines or it is a bug? Despite the reason, is there any way I can retrieve all the pipelines?

Thank you
Stefano


Dettagli del documento

Non modificare questa sezione. È necessaria per i collegamenti relativi ai problemi tra learn.microsoft.com ➟ GitHub.

Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/MachineLearningNotebooks

All issues in Azure/MachineLearningNotebooks

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.