Exports multiple Dashboards and downloads them as YAML files.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/dashboard/export/' \
--header 'Authorization: Bearer <token>'
Modified at 2025-06-04 22:27:17