Skip to main content
Returns a device’s connectivity and readiness: online/offline, paused state, app version, device name and model, and last_seen. Use it before starting work - it is the fastest way to explain a task that will not start. Read-only: it never changes device state.

Parameters

string
The device to check. Omit to use your default device.

Response

The status payload reports:

When to use it

  • Before a session or long workflow - confirm the target is online and not paused.
  • When a task sits in pending - an offline or busy device is the usual cause.
  • After device_offline or queue_wait_exceeded - verify which device was selected and when it was last seen before retrying.