Hi Hamza,
Thank you for sharing your issue. I believe what you wanna achieve is exporting a dashboard via API. Unfornatutely, we haven’t supported this feature.
As a workaround, you could achieve what you want by following these steps:
-
Creating a paused Email Schedule by using Create Data Schedule API with
data_schedule.schedule.paused
value istrue
. When the new Data Schedule is created, you could see itsid
in the API response:
-
Execute your newly created Email Schedule by using: Execute a Data Schedule API with ID of new created Data Schedule in the previous step.
I hope my comment could help solve your issue. If you have any further questions or need additional support, please let me know.