---
title: "List paired mobile devices with their live/muted status"
method: GET
path: "/api/v1/mobile/devices"
tags: ["mobile"]
---

# List paired mobile devices with their live/muted status

`GET /api/v1/mobile/devices`

## Response `200`

OK

- MobileDevicesResponse
  - `devices` MobileDeviceResponse[], required
    - `createdAt` string, date-time, required
    - `deviceName` string
    - `installId` string, required
    - `lastSeenAt` string, date-time, required
    - `live` boolean, required — True when the phone's app is open and polling.
    - `muted` boolean, required
    - `notificationsEnabled` boolean, required — True when this device has a push token registered.
    - `platform` 'ios' | 'android'
    - `token` string

## Other responses

- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/c54b19f414b8/schema)
