Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
There is currently no API in Fabric that lists all Pipeline Runs. At the moment, only an API exists that retrieves runs for a specific pipeline. However, to parameterize this API, you first need to query which pipelines exist in the workspace. Therefore, it would be very useful to have an API that lists all Pipeline Runs at the workspace level, without requiring a specific pipeline ID.
Such an API already exists in Synapse and Azure Data Factory (see the Synapse equivalent here), but it is not yet available in Fabric.
Pipeline Run - Query Pipeline Runs By Workspace - REST API (Azure Synapse) | Microsoft Learn
In addition, several APIs are not documented seperately on the following page:
https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api-capabilities
For example:
https://api.fabric.microsoft.com/v1/workspaces/{workspace id}/DataPipelines/
It would be helpful if this documentation were updated to include all currently available APIs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.