How can I get Status of External DNS From Netlify API

Hi Netlify Team,
We are trying to build website builder where user can create site through us.
After user create domain and site, I want to show them a status of External DNS in a site

I have tried getDNSForSite https://api.netlify.com/api/v1/sites/{site_id}/dns
but there is no any response that indicate status of DNS.

To give more infromation, i want to get the status of External DNS in a site as it shows on Netlify UI

There’s no public API for that. You can inspect the network call from dev tools and try to replicate it.

Thanks for your response,
Could you please give me the example network name, so I am able to catch up easily.

The UI makes an API call to: https://app.netlify.com/.netlify/functions/verify?domain=<domain>. You can find this request in the dev tools network tab. Feel free to experiment with it.