---
title: "Get all mobile devices in the store"
method: GET
path: "/mobile-devices"
tags: ["devices"]
---

# Get all mobile devices in the store

`GET /mobile-devices`

## Response `200`

Succesfully returned the devices

- DeviceList
  - `count` integer
  - `list` 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

- `405` — Invalid input

---

[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)
