---
title: "Find Mobile Device by ID"
method: GET
path: "/mobile-devices/{deviceId}"
tags: ["devices"]
---

# Find Mobile Device by ID

`GET /mobile-devices/{deviceId}`

Returns a single mobile device represented by the ID

## Path parameters

- `deviceId` integer, required

## Response `200`

successful operation

- Device
  - `id` integer
  - `category` Category
    - `id` integer
    - `name` string
  - `name` string, required
  - `manufacturer` string
  - `model` string
  - `price` string
  - `tags` Tag[]
    - `id` integer
    - `name` string
  - `status` 'available' | 'out-of-stock' — device status in the store

## Other responses

- `400` — Invalid ID supplied
- `404` — Device not found

---

[API](https://skmtc.dev/wso2/apis/mobilestore.md) · [All operations](https://skmtc.dev/wso2/apis/mobilestore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/mobilestore/revisions/d1df7bed1a80/schema)
