Forum Discussion
Rest API Get Pipeline Stage Artifacts
- 1 year ago
Since you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
- 1 year ago
I found the issue.
Rest API for https://api.powerbi.com/v1.0/myorg/pipelines/4654235.../stages/2/artifacts returns a different data structure to the other endpoints...I had a "general" solution that has been using with Datasets, dataflow, pieplines.
- 1 year ago
Well. now I think the documentation have sample response I should have read better.
I won´t be able to mantein "general" solution to interact with the REst API, but it´s working ok.
GET https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824/operationsGET https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/artifacts
I found the issue.
Rest API for https://api.powerbi.com/v1.0/myorg/pipelines/4654235.../stages/2/artifacts returns a different data structure to the other endpoints...I had a "general" solution that has been using with Datasets, dataflow, pieplines.
- v-achippa1 year agoCommunity Support
Hi rivasrd,
Thank you for reaching out to Microsoft Fabric Community.
Thank you for confirming that you got a solution for the issue. Can you please accept that post as Accept as solution, so that other community members will find it more quickly.
Regards,
Anjan Kumar Chippa
- lbendlin1 year agoSuper User
If I were you I would still open the ticket for the inconsistent response.
- rivasrd1 year agoFrequent Visitor
Well. now I think the documentation have sample response I should have read better.
I won´t be able to mantein "general" solution to interact with the REst API, but it´s working ok.
GET https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824/operationsGET https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/artifacts