Querying a dashboard via API

I have a dashboard consisting of 3 cards with same filter parameter. Is there anyway i can query my dashboard via REST API?

Hi @Shekhar
Yes, have a look at the API documentation:
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md
The best way to learn how to use the API is to open your browser developer Network-tab and use the regular interface in Metabase to see what requests to send and what the response is.