The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to 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'.
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.
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.
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.
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?
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.
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'.
User | Count |
---|---|
19 | |
18 | |
7 | |
3 | |
3 |
User | Count |
---|---|
51 | |
30 | |
15 | |
9 | |
6 |