---
title: "Get Devices"
method: GET
path: "/devices"
tags: ["Device"]
---

# Get Devices

`GET /devices`

This operation requires the provided API key to have General permission set to 'Read' or higher, and Settings permission set to 'Read' or higher.

## Query parameters

- `code` string
- `limit` integer
- `offset` integer
- `page` integer

## Response `200`

OK

- Device[]
  - `code` string — Code of the device.
  - `dateCreated` string — Date and time when the device was created in the format "YYYY-MM-DD HH:MM:SS"

## Other responses

- `403` — Unauthorized
- `404` — Devices Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
