---
title: "Get tunnel"
method: GET
path: "/api/tunnels/{id}"
---

# Get tunnel

`GET /api/tunnels/{id}`

## Response `200`

OK

- Tunnel
  - `id` string
  - `username` string
  - `local_port` integer, nullable
  - `local_host` string, nullable
  - `remote_port` integer, nullable
  - `remote_host` string, nullable
  - `status` string
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

---

[API](https://skmtc.net/unblocked/apis/chissl-server-api.md) · [All operations](https://skmtc.net/unblocked/apis/chissl-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unblocked/chissl-server-api/versions/37f6c5213a85/schema)
