GitHub user dosubot[bot] added a comment to the discussion: 404 Not Found When Calling `/api/v1/dashboard/:id/embedded` Despite Valid Login + CSRF
<!-- Answer --> Nice work tracking that down! Superset’s embedded dashboard endpoints require both a valid session/csrf flow and the right permissions—without “can read on Embeddedashboard” and “can read on Dashboard”, the API will return a 404 even if everything else is correct. This is because access to embedded metadata is protected by Superset’s permission model, so the API checks your role’s permissions before returning any data. If you have more questions about Superset’s API or permissions, let me know! <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/419725e9-a0ac-4c69-8227-4c080540a519?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35997) GitHub link: https://github.com/apache/superset/discussions/35997#discussioncomment-14891832 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
