Getting chart data using api

I use to get my chart data using this url https://us-east-1.aws.webhooks.mongodb-realm.com/api/client/v2.0/app/chartName/service/http/incoming_webhook/embedding?id=chartId&skd=2… Fast forward few days ago, I was testing that feature and I realized it wasn’t working again. I keep getting 404 from this request even though it use to work fine. According to the docs, webhooks have been moved to https and I followed the docs to create a url but it was also giving me 404.

I need help getting the url that can get me my chart data. The previous url doesn’t work again.

The URLs used for Charts embedding are undocumented and subject to change. The supported way to retrieve chart data programmatically is to use the getData method.

1 Like

So I’m trying to export it with my node js api and since I can’t use the document object in node I can’t export the data in node using the sdk. Is there any other way?