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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ap00808587
New Member

How to get Datapipeline details of particular pipeline in Microsoft fabric

Suppose I have Pipeline name as well as object ID. And when I clicked on pipeline, some graph information came. So, I want to get the details of Data pipeline. I am able to see the information in portal under view tab and clicking on Edit JSON code. Same information I want to get using API call. Please help me 

1 ACCEPTED SOLUTION

Hello @ap00808587 ,

Thanks for getting back. I previously shared the API that retrieves pipeline details.

 

GET https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/dataPipelines/{dataPipelineId}

This API provides pipeline metadata. However, if you need the exact JSON structure found under View → Edit JSON Code, please note that Fabric may not expose all internal details through public APIs.

Let me know if you need additional clarification.

If my response solved your query, please mark it as the Accepted solution to help others find it easily. And if my answer was helpful, I'd really appreciate a 'Kudos'.

 

View solution in original post

8 REPLIES 8
V-yubandi-msft
Community Support
Community Support

Hi @ap00808587 ,

 

Has your issue been resolved, or do you require any further information? Your feedback is valuable to us. If the solution was effective, please mark it as 'Accepted Solution' to assist other community members experiencing the same issue.

Thank You.

V-yubandi-msft
Community Support
Community Support

Hi @ap00808587 ,

 

We are following up to see if the solution we provided resolved your issue. If you need further assistance or have any additional questions, please let us know. Your feedback is important to us, and we look forward to your response.

Thank You.

V-yubandi-msft
Community Support
Community Support

Hello @ap00808587 ,

 

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution we provided for your issue worked for you  or let us know if you need any further assistance?

Your feedback is important to us, Looking forward to your response. 

 

Thank You.

V-yubandi-msft
Community Support
Community Support

Hi @ap00808587 ,

Thank you for reaching out to the Microsoft Fabric Community. To access Fabric APIs, you need to authenticate through Microsoft Entra ID.

Once authenticated, you can use the relevant API endpoint to retrieve pipeline details.

The API request will return a JSON response with detailed information about the pipeline.

Regards,

Yugandhar.

Hi,
I want this below screen shot information using API call. I have authonticate using token. But still not getting proper response only pipeline name and id is coming. 

Could you please provide me the API (URL) for it?

 Pipeline_JSON.png

Hello @ap00808587 ,

Thanks for the providing more details.

Try with this API: 

GET

https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/dataPipelines/{dataPipelineId}
 

Replace {workspace} and {data Pipelines} with your actual values.

Verify API Permissions-  Your authentication token must have Fabric Data Pipeline Read permissions in Microsoft Entra ID.

Ensure you're using the latest API version and that your access token is valid.

Helpful refence:

Items - Get Data Pipeline - REST API (Data Pipeline) | Microsoft Learn

 

I hope this information is helpful. Should you require any additional details, please feel free to reach out.

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @V-yubandi-msft 

I can get the pipeline definitions via the View --> View JSON code tab in the Fabric user interface.

Is it possible to get the same information using any API call? Please help me.

Hello @ap00808587 ,

Thanks for getting back. I previously shared the API that retrieves pipeline details.

 

GET https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/dataPipelines/{dataPipelineId}

This API provides pipeline metadata. However, if you need the exact JSON structure found under View → Edit JSON Code, please note that Fabric may not expose all internal details through public APIs.

Let me know if you need additional clarification.

If my response solved your query, please mark it as the Accepted solution to help others find it easily. And if my answer was helpful, I'd really appreciate a 'Kudos'.

 

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.