# How to get dashobards based on ID

**URL:** https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723
**Category:** Kibana
**Created:** [February 20, 2024, 7:16pm UTC](https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723 "2024-02-20T19:16:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![griffer98](https://avatars.discourse-cdn.com/v4/letter/g/e8c25b/32.png) [@griffer98](https://discuss.elastic.co/u/griffer98)
#### Post date: [February 20, 2024, 7:16pm UTC](https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723/1 "2024-02-20T19:16:03Z")

</div>

I am using elastic cloud and I am trying to use a saved object ID to tie it to a dashboard name. Ive tried everything and cant get the query to work. Im trying to use devtools to find a dashboard name based on a given saved object ID.

---

<div class="post-metadata">

### Author: ![Alex\_Salgado-Elastic](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alex_salgado-elastic/32/103081_2.png) [@Alex\_Salgado-Elastic](https://discuss.elastic.co/u/Alex_Salgado-Elastic)
#### Post date: [February 21, 2024, 3:46am UTC](https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723/2 "2024-02-21T03:46:24Z")

</div>

Hello,

Have you checked out the documentation available at [REST API | Kibana Guide [8.12] | Elastic](https://www.elastic.co/guide/en/kibana/current/api.html)?

For instance, you can use the following command in DevTools to access a specific saved object:

```plaintext
GET kbn:/api/saved_objects/dashboard/<your_saved_object_id>

```

Just replace `<your_saved_object_id>` with the actual ID of the object you're looking to query. This will allow you to directly retrieve the details of the desired dashboard through Kibana's Saved Objects API.

---

<div class="post-metadata">

### Author: ![griffer98](https://avatars.discourse-cdn.com/v4/letter/g/e8c25b/32.png) [@griffer98](https://discuss.elastic.co/u/griffer98)
#### Post date: [February 22, 2024, 7:15pm UTC](https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723/3 "2024-02-22T19:15:19Z")

</div>

That did retrieve info about the dashboard but it did not return the name of the dashboard. I need to be able to query the name so that I may match up a dashboard ID with its name.

---

<div class="post-metadata">

### Author: ![Alex\_Salgado-Elastic](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alex_salgado-elastic/32/103081_2.png) [@Alex\_Salgado-Elastic](https://discuss.elastic.co/u/Alex_Salgado-Elastic)
#### Post date: [February 23, 2024, 2:26pm UTC](https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723/4 "2024-02-23T14:26:58Z")

</div>

Could you put your results here as an example? By running this, you should receive a title attribute with the name of the dashboard.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 22, 2024, 2:27pm UTC](https://discuss.elastic.co/t/how-to-get-dashobards-based-on-id/353723/5 "2024-03-22T14:27:39Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
