I am encountering an issue with the Microsoft Purview API, which extracts schema classification from Purview. Previously, using the same API, I was able to retrieve the data, but now the response code is 200, and the response is null value.

Damodaram Chinna Swamulu 0 Reputation points
2025-02-21T17:43:03.1266667+00:00

API :
"https://{purviewaccountName}.purview.azure.com/catalog/api/atlas/v2/search/advanced?api-version={apiVersion}"

apiVersion : "2021-05-01-preview"

I used the above API for extracting schema classification from a Purview account (using Azure SQL Database and scanning some of the tables inside the database). Two months ago, I was able to extract the schema classification, but now I am encountering an issue where the response code is 200, but the response is null value from the API.

I tried the same API with new Purview accounts and the same scanning process, but I am still getting the same null value as response. We have added all necessary settings and permissions from Purview.

I tried with the latest apiVersion = "2023-01-01-preview" and received a response code of 200, but the response from the API is null value.

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,406 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.