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

# Get devices list

`GET /devices`

This endpoint makes an HTTP GET request to retrieve a list of devices from the server.

### Response

The response will have a status code of 200 and a content type of application/json. The response body will contain an array of "devices" where each device object includes the following properties:

- id (string): The unique identifier of the device.
    
- name (string): The name of the device.
    
- extension (string): The extension of the device.
    
- password (string): The password of the device.
    
- created_at (string): The timestamp indicating when the device was created.
    
- updated_at (string): The timestamp indicating when the device was last updated.
    
- login_user_id (string or null): The ID of the user who last logged into the device, or null if no user has logged in.
    
- last_login (string or null): The timestamp indicating the last login time, or null if the device has not been logged into.

## Response `200`

Success

- object
  - `devices` object[]
    - `created_at` string
    - `id` string
    - `last_login` unknown
    - `login_user_id` string
    - `name` string
    - `updated_at` unknown

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
