v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Devices

Get capabilities for a specific device

Returns the set of capabilities supported by the live device instance, reflected from the running device rather than its static type. Used to determine which tools and features are available for the device.

get/devices/{deviceId}/capabilities

Path parameters

deviceIdstring required

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

deviceTypestring required

Example response

{
  "$schema": "https://example.com/schemas/CapabilityInfo.json"
}