Devices

Get capabilities for a specific device

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.

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"
}

Changes