get https://{url}/core/v1/partner/devices//commands
Return commands queued for this devices. By default returns only pending and executing commands that are not yet finished.
Returned Data
Array of command objects:
Name | Type | Description |
---|---|---|
id | string | Unique Command ID |
status | string | Current command status: scheduled, pending, done, failed, aborted, in_progress |
name | string | Command's name (device readable) |
parameters | object | Additional parameters for the command |