Skip to main content
GET
List commands sent to a device, optionally filtered by status.

Authentication

Requires an API key with devices:read scope.

Path Parameters

id
string
required
The device’s unique identifier (e.g., dev_abc123).

Query Parameters

status
string
Filter by command status. One of: pending, delivered, executed, failed, expired, cancelled.
limit
number
Maximum number of results to return (1-100). Default: 20.
cursor
string
Cursor for pagination.

Response

Returns a paginated list of command objects.

Response Fields