Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I would like to create a powerbi report that will show all the last runs of all my objects through powerbi & fabric ( & other ).
I know that there is the monitor tab that allows me to have this view, but here, you can only find object on the service ( I would like to add in my reports other treatments that are not necessary from powerbi in order to have the full view of all my treatments ).
So, I manage to retrieve the last runs of dataflow & semantic model by using Power BI API.
My problem now is to retrieve all the last runs of my data pipeline,
I tried to search on internet what could be the API to use, but unfortunatly, I did not find any solution.
Do someone now how to retrieve the last runs of a data pipeline ( with API or other way ) ?
Solved! Go to Solution.
Hi @Salonic ,
To retrieve the last run of a data pipeline, you can use the Power BI REST APIs.With these APIs, you can get detailed information about the data pipeline and a record of the most recent runs.
You can refer to below document:
Pipelines - Get Pipeline - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Pipelines - Get Pipeline Operations - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Anonymous ,
Thank you for your reply,
My message was maybe not really clear : what you have is to retrieve operations on "pipeline deployment",
I would want to get the last runs on "data pipeline" : Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn
Hi @Salonic ,
To retrieve the last run of a data pipeline, you can use the Power BI REST APIs.With these APIs, you can get detailed information about the data pipeline and a record of the most recent runs.
You can refer to below document:
Pipelines - Get Pipeline - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Pipelines - Get Pipeline Operations - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.