-
Bug
-
Resolution: Not A Defect
-
Blocker
-
None
I am using the Blue Ocean API to get information about pipelines and stages.
For the stages, I'm using the nodes-endpoint as follows:
https://my-jaas-instance/blue/rest/my-pipeline/pipelines/master/runs/<run_id>/nodes
However, I have found that this returns an incomplete list of nodes.
Therefore, my questions:
1. Is there a limit on the size of the API response?
2. If so, is there a query parameter with which I can change this?
3. If not, any idea why nodes might be missing?
I have found this to be an issue mostly for highly paralleled pipelines, but this might simply be because those tend to have a large number of nodes and thus íf this is an issue with the size of the API response, those would run into the limit soonest.