---
title: "Get capabilities for a specific device"
method: GET
path: "/devices/{deviceId}/capabilities"
tags: ["Devices"]
---

# Get capabilities for a specific device

`GET /devices/{deviceId}/capabilities`

Returns the set of capabilities supported by this device. For a legacy device this reflects the live instance's actual tools rather than its static type; for a core-managed device it is resolved from provider/pool configuration without guaranteeing a live instance. Used to determine which tools and features are available for the device.

## Path parameters

- `deviceId` string, required

## Response `200`

OK

- CapabilityInfo
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `capabilities` Capabilities, required
    - `accessibility` boolean, required
    - `agent` boolean, required
    - `apps` boolean, required
    - `browser` boolean, required
    - `esim` boolean, required
    - `files` boolean, required
    - `fingerprint` boolean, required
    - `frida` boolean, required
    - `geo` boolean, required
    - `humanTouch` boolean, required
    - `language` boolean, required
    - `logcat` boolean, required
    - `proxy` boolean, required
    - `reset` boolean, required
    - `shell` boolean, required
    - `spoofing` boolean, required
    - `stream` boolean, required
    - `time` boolean, required
  - `deviceType` string, required

## Other responses

- `default` — Error

---

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