---
title: "List devices"
method: GET
path: "/app/v1/devices"
tags: ["devices"]
deprecated: true
---

# List devices

`GET /app/v1/devices`

> **Deprecated.**

## Query parameters

- `status` 'active' | 'archived'
- `type_id` string
- `facility_id` string, uuid
- `device_name` string
- `name` string
- `page_size` number
- `page` number
- `sort_by` 'facility_name' | 'name'
- `sort_direction` 'asc' | 'desc'

## Response `200`

successful operation

- PagedDeviceList
  - `page_number` number
  - `page_size` number
  - `total_entries` number
  - `total_pages` number
  - `data` Device[]
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `created_by` string, uuid
    - `updated_by` string, uuid
    - `attributes` DeviceAttribute — Device Attributes
    - `custom_attributes` CustomAttributes
    - `facility` FacilityNameAndId
      - `custom_attributes` CustomAttributes
      - `id` string, uuid
      - `name` string
    - `facility_id` string, uuid — facility_id
    - `id` string, uuid
    - `measurement_types` string[] — measurement_types
    - `name` string — Device name
    - `status` 'active' | 'archived'
    - `type_id` string — Device type

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
