---
title: "Check whether Connect Mobile's LAN bridge is enabled"
method: GET
path: "/api/v1/mobile/status"
tags: ["mobile"]
---

# Check whether Connect Mobile's LAN bridge is enabled

`GET /api/v1/mobile/status`

## Response `200`

OK

- MobileStatusResponse
  - `enabled` boolean, required
  - `endpoints` MobileEndpoint[], required
    - `host` string, required
    - `kind` string, required
    - `port` integer, required
    - `secure` boolean, required
  - `host` string, required
  - `hostId` string, required
  - `password` string, required
  - `port` integer, required
  - `securePairing` ControllersSecurePairingStatus, required
    - `active` boolean, required
    - `available` boolean, required
    - `enabled` boolean, required
    - `host` string, required
    - `port` integer, required
    - `reason` string, required
  - `tailscaleHost` string, required
  - `tunnel` MobileTunnelStatus, required
    - `hostname` string, required
    - `lastError` string, required
    - `location` string, required
    - `ready` boolean, required
    - `running` boolean, required
    - `supported` boolean, required
  - `warning` string, required

## Other responses

- `403` — Forbidden

## Changes

- **2026-08-31** `09f65272fe44` — 3 info
  - added the required property `endpoints` to the response with the `200` status
  - added the required property `hostId` to the response with the `200` status
  - added the required property `tunnel` to the response with the `200` status
- **2026-08-12** `ad6503155742` — 2 info
  - added the required property `securePairing` to the response with the `200` status
  - added the required property `tailscaleHost` to the response with the `200` status
- **2026-07-09** `68699fddf471` — 1 info
  - endpoint added
- **2026-06-10** `b64f5ab46d87` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/mobile/status/get.md)

---

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