Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Salonic
Resolver I
Resolver I

Retrieve Last Runs Data Pipeline through API

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 ) ?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

2 REPLIES 2
Salonic
Resolver I
Resolver I

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

Anonymous
Not applicable

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.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

June Fabric Update Carousel

Fabric Monthly Update - June 2026

Check out the June 2026 Fabric update to learn about new features.

Top Solution Authors