Forum Discussion
Issue trying to get Semantic Model via api
- 1 year ago
What you are describing in the behavior of long running operations in Microsoft Fabric APIs.
For APIs which return a result, like the "getDefinition", once the "Get Operation State" returns 200 with status:Succeeded, it will contain another URL for fetching the result. It should look like this in your case:
https://wabi-us-east2-b-primary-redirect.analysis.windows.net/v1/operations/{guid}/resultSee this documentation for more details: Long running operations - Microsoft Fabric REST APIs | Microsoft Learn
What you are describing in the behavior of long running operations in Microsoft Fabric APIs.
For APIs which return a result, like the "getDefinition", once the "Get Operation State" returns 200 with status:Succeeded, it will contain another URL for fetching the result. It should look like this in your case:
https://wabi-us-east2-b-primary-redirect.analysis.windows.net/v1/operations/{guid}/result
See this documentation for more details: Long running operations - Microsoft Fabric REST APIs | Microsoft Learn