---
title: "Get tunnel service status"
method: GET
path: "/services/tunnel"
tags: ["system"]
---

# Get tunnel service status

`GET /services/tunnel`

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

## Query parameters

- `remoteNode` string

## Response `200`

A successful response

- TunnelStatusResponse — Response containing tunnel service status
  - `enabled` boolean, 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
  - `publicUrl` string, uri — The public URL provided by the tunnel
  - `error` string — Error message if tunnel failed
  - `startedAt` string, date-time — RFC3339 timestamp when tunnel connected
  - `mode` string — Tunnel mode (e.g., 'direct' or 'funnel' for Tailscale)
  - `isPublic` boolean — Whether the tunnel provides public internet access

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
