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

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

Query Parameters

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

Response

Returns a paginated list of command objects.

Response Fields