# <a id="bitdrift.public.unary.dashboards.v1.GetActiveDevicesResponse"></a>GetActiveDevicesResponse

**Source definition:** [`src/bitdrift/public/unary/dashboards/v1/api.proto#L364-L367`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/dashboards/v1/api.proto#L364-L367>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| devices | <span class="proto-type proto-type-primitive">uint64</span> | The number of distinct active devices observed in the requested time range. |

</section>
<p class="h4">Example</p>
<div class="proto-json-blob"><pre><code>{
  "devices": 12345
}</code></pre></div>

