---
title: "List active tunnels"
method: GET
path: "/v1/tunnel/list"
tags: ["Tunnel"]
---

# List active tunnels

`GET /v1/tunnel/list`

Returns every TestingBot Tunnel currently running under the account. Use this to monitor running tunnels in CI dashboards or to find a tunnel ID before tearing it down.

## Response `200`

List active tunnels

- TestingbotEntitiesTunnelSummary[]
  - `id` integer, required — Unique numeric tunnel ID.
  - `identifier` string, required — The `--tunnel-identifier` the tunnel was started with, or null when it was started without one. Use this to tell concurrent tunnels on the same account apart.
  - `state` string, required — Tunnel lifecycle state (READY, STOPPED, …).
  - `private_ip` string, required — Internal IP of the tunnel VM.
  - `ip` string, required — Public IP of the tunnel VM.
  - `requested_at` string, date-time, required — When the tunnel was requested.
  - `user_id` integer, required — ID of the user the tunnel belongs to.

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/revisions/eff607a49246/schema)
