v51

OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
system

Get tunnel service status

Returns status information about the tunnel service (Tailscale). Developer, manager, or admin only.

get/services/tunnel

Query parameters

remoteNodestring

name of the remote node

Response

A successful response

enabledboolean required

Whether tunneling is enabled in configuration

provider'tailscale'

The tunnel provider in use

status'disabled' | 'connecting' | 'connected' | 'reconnecting' | 'error' required

Current status of the tunnel

publicUrlstring uri

The public URL provided by the tunnel

errorstring

Error message if tunnel failed

startedAtstring date-time

RFC3339 timestamp when tunnel connected

modestring

Tunnel mode (e.g., 'direct' or 'funnel' for Tailscale)

isPublicboolean

Whether the tunnel provides public internet access