Skip to main content
Solved

How Does One Pull Stage Configuration of Each Stage in a Pipeline?

  • 28 August 2024
  • 1 reply
  • 16 views

I am familiar with this inquiry from a year ago, but I was hoping to be able to do this via API to avoid additional steps in automating the ETL process of that data being ingested into a database. Is there a means to do this via API that I am just missing? I am familiar with /pipelinestore/rest/v1/pipelines and use that already to get data about pipelines, but see nothing that sticks out to me as fulfilling the desired stage configuration information.

Thank you in advance.

 

I was able to figure it out. One has to iterate through the commit IDs of each pipeline via:

/pipelinestore/rest/v1/pipelineCommit/{commitId}


Reply