Wfapi/describe API is not returning all stageFlowNodes ids

Hi,

I’m trying to fetch the node id for all Pipeline steps and below is more information.

Pipeline Setup
→ Build is triggered
→ Validate the settings
→ Start parallel platform builds on different nodes ( More than 100 commands are run per platforms)

Now, I’m trying to fetch the information for each pipeline step and I found the below api doc.

As per the documentation, I first tried to get the id for the parent stage and from there using the href. i"m trying to get all the FlowStageNode id…
localhost/job/jobid/build-id/wfapi/describe

When I run below api to get stageFlowNodes, it is not returning all the stageFlowNodes and I don’t see a way to navigate to next page…
localhost/job/jobid/build-id/execution/node/node-id/wfapi/describe

Can anyone please let me know how to get information for each pipeline step using api ?

Thanks in advance,