# List of flows running on a device

**URL:** https://forums.losant.com/t/list-of-flows-running-on-a-device/5569
**Category:** Help
**Tags:** rest-api
**Created:** [August 19, 2024, 9:53am UTC](https://forums.losant.com/t/list-of-flows-running-on-a-device/5569 "2024-08-19T09:53:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Subrahmanyam\_Jonnal1](https://avatars.discourse-cdn.com/v4/letter/s/97f17d/32.png) [@Subrahmanyam\_Jonnal1](https://forums.losant.com/u/Subrahmanyam_Jonnal1)
#### Post date: [August 19, 2024, 9:53am UTC](https://forums.losant.com/t/list-of-flows-running-on-a-device/5569/1 "2024-08-19T09:53:27Z")

</div>

Hi All,

How do i get list of edge flows for a particular device. I was able to get flows and device list. But where is the connection parameter/tag/attribute to figure out which flow is running on which device

Thanks in advance

---

<div class="post-metadata">

### Author: ![Dylan\_Schuster](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/dylan_schuster/32/2850_2.png) [@Dylan\_Schuster](https://forums.losant.com/u/Dylan_Schuster)
#### Post date: [August 19, 2024, 12:32pm UTC](https://forums.losant.com/t/list-of-flows-running-on-a-device/5569/2 "2024-08-19T12:32:38Z")

</div>

You can find a list of [workflows deployed to an edge compute device](https://docs.losant.com/edge-compute/deployments/#managing-per-device) on the device’s “Edge Compute” tab. The only caveat is that this list will not include any [on-disk workflows](https://docs.losant.com/workflows/edge-workflows/#on-disk-workflows).

This list is backed by the [Edge Deployments: Get API endpoint](https://docs.losant.com/rest-api/edge-deployments/#get), with a `deviceId` filter passed as a query parameter.

---

<div class="post-metadata">

### Author: ![Subrahmanyam\_Jonnala](https://avatars.discourse-cdn.com/v4/letter/s/c67d28/32.png) [@Subrahmanyam\_Jonnala](https://forums.losant.com/u/Subrahmanyam_Jonnala)
#### Post date: [August 19, 2024, 4:57pm UTC](https://forums.losant.com/t/list-of-flows-running-on-a-device/5569/3 "2024-08-19T16:57:28Z")

</div>

Thanks alot. One more question. For the same device name i am getting two different deviceId. What could be the reason.

---

<div class="post-metadata">

### Author: ![Dylan\_Schuster](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/dylan_schuster/32/2850_2.png) [@Dylan\_Schuster](https://forums.losant.com/u/Dylan_Schuster)
#### Post date: [August 19, 2024, 5:07pm UTC](https://forums.losant.com/t/list-of-flows-running-on-a-device/5569/4 "2024-08-19T17:07:55Z")

</div>

Most likely you have two devices with the same name? We do not enforce name uniqueness within an application - though we strongly recommend using different names for each device to avoid confusing situations such as these.

---

<div class="post-metadata">

### Author: ![Subrahmanyam\_Jonnala](https://avatars.discourse-cdn.com/v4/letter/s/c67d28/32.png) [@Subrahmanyam\_Jonnala](https://forums.losant.com/u/Subrahmanyam_Jonnala)
#### Post date: [August 20, 2024, 4:44pm UTC](https://forums.losant.com/t/list-of-flows-running-on-a-device/5569/5 "2024-08-20T16:44:20Z")

</div>

Thanks alot!. It worked.
