List all recording commands for a device
devices:read scope.
dev_abc123).pending, delivered, executed, failed, expired, cancelled.| Field | Type | Description |
|---|---|---|
id | string | The command’s unique identifier |
device_id | string | The target device ID |
type | string | Command type: start_recording or stop_recording |
status | string | Current status of the command |
params | object | Command parameters |
grant_token | string | Signed JWT authorizing command execution |
result | object | Execution result (if executed) |
error | object | Error details (if failed) |
expires_at | string | When the command expires |
delivered_at | string | When the command was delivered to device |
executed_at | string | When the command was executed |
created_at | string | When the command was created |