Get all dashboard queries using a call

I have made a dashboard and i want to save all KPI queries locally. Is there a way?

Hi @Anum
Are you asking for a list of all questions on a dashboard? Then yes:
https://www.metabase.com/docs/latest/api-documentation.html#get-apidashboardid
If you are asking for something else, then explain it in more details. And if it is possible to do via the Metabase GUI, then there's most likely an API request for it if you look in your browser developer Network-tab.

Yes i want to make an api call and fetch all the questions queries on the dashboard. How can i do it using an API call? @flamber

@Anum Follow the link I posted. And read https://www.metabase.com/learn/administration/metabase-api.html
And search the forum.