# List all Kibana embedded Iframe URLs

**URL:** https://discuss.elastic.co/t/list-all-kibana-embedded-iframe-urls/81128
**Category:** Kibana
**Created:** [April 4, 2017, 11:27am UTC](https://discuss.elastic.co/t/list-all-kibana-embedded-iframe-urls/81128 "2017-04-04T11:27:12Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jbudz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jbudz/32/45922_2.png) [@jbudz](https://discuss.elastic.co/u/jbudz)
#### Post date: [April 4, 2017, 3:50pm UTC](https://discuss.elastic.co/t/list-all-kibana-embedded-iframe-urls/81128/2 "2017-04-04T15:50:13Z")

</div>

Nothing supported by Kibana currently, you will have to re-create the URL.

[http://localhost:9200/.kibana/dashboard/\_search](http://localhost:9200/.kibana/dashboard/_search) will give you your dashboards. You'll need the \_id field.

The url will look something like [http://localhost:5601/app/kibana#/dashboard/${id}?embed=true](http://localhost:5601/app/kibana#/dashboard/%24%7Bid%7D?embed=true) where `${id}` is replaced with the dashboard id. The same applies to visualizations.

---

_[View the full topic](https://discuss.elastic.co/t/list-all-kibana-embedded-iframe-urls/81128)._
