---
title: "GET /v1alpha1/device"
method: GET
path: "/v1alpha1/device"
tags: ["DeviceService"]
---

# GET /v1alpha1/device

`GET /v1alpha1/device`

List all registered devices

## Query parameters

- `page` integer
- `size` integer
- `query` string

## Response `200`

OK

- ListDevicesResponse
  - `devices` Device[] — A list of Apps.
    - `id` string — A unique identifier for the Device.
    - `userId` string — User ID associated with the Device.
    - `subscriptionToken` string — Subscription Token for the Device.
    - `name` string — The device human-readable name.
    - `createdAt` string, date-time — The creation time of the Device.
  - `pagination` PagedResponse — Pagination response
    - `nextPage` integer — Next page
    - `hasNextPage` boolean — Has next page
    - `total` string — The total size of items
    - `size` integer — The size of the current page

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/agntcy/apis/agntcy-identity-service-api.md) · [All operations](https://skmtc.net/agntcy/apis/agntcy-identity-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agntcy/agntcy-identity-service-api/revisions/1dc8f8328648/schema)
