You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good report, although technically there still exists an API endpoint that works with the slug. It uses the singular /dashboard API endpoint. It's referenced in the release notes here for V10. We'll update the documentation.
Issue Summary
As per https://redash.io/help/user-guide/integrations-and-api/api the dashboard API is
/api/dashboards/<dashboard_slug>
. But as per the source code https://github.com/getredash/redash/blob/master/redash/handlers/dashboards.py#L155 it takesdashboard_id
as parameter. I tested anddashboard_slug
causes a 500 error while usingdashboard_id
gives response.Steps to Reproduce
/api/dashboards/<dashboard_slug>
on Redash. Expected dashboard info for dashboard. Actual 5xx error.Technical details:
The text was updated successfully, but these errors were encountered: