Pipelines API endpoints to list pipelines and their run history per app - Mendix Forum

Pipelines API endpoints to list pipelines and their run history per app

1

Hi everyone,


I would love to see the Pipelines feature more tightly integrated into Studio Pro and into external workflow tooling. Right now there are two endpoints missing that I really need to build this kind of integration.


  1. An endpoint to list all pipelines of a single app. Something like GET /apps/{appId}/pipelines that returns every pipeline defined for that app.
  2. An endpoint to retrieve the run history. Ideally this would return all previous runs across every pipeline of an app, with the option to filter down to a specific pipeline or design. That way I can track past executions, their status and their timestamps programmatically.


With these two endpoints it would be possible to fully automate pipeline monitoring and orchestration from Studio Pro or from any other workflow software, without having to click through the portal manually.

asked
0 answers