v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-051615131.3 KB
WirelessV1Command

Retrieve a list of Commands from your account.

Retrieve a list of Commands from your account.

get/v1/Commands

Query parameters

Simstring

The sid or unique_name of the Sim resources to read.

Status'queued' | 'sent' | 'delivered' | 'received' | 'failed'

The status of the Command. Can be: queued, sent, delivered, received, or failed. See Status Values for a description of each state.

The status of the resources to read. Can be: queued, sent, delivered, received, or failed.

Direction'from_sim' | 'to_sim'

The direction of the Command. Can be to_sim or from_sim. The value of to_sim is synonymous with the term mobile terminated, and from_sim is synonymous with the term mobile originated.

Only return Commands with this direction value.

Transport'sms' | 'ip'

The type of transport used. Can be: sms or ip.

Only return Commands with this transport value. Can be: sms or ip.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK