---
title: "Get Tunnels List"
method: GET
path: "/v1/user/tunnels"
tags: ["users"]
---

# Get Tunnels List

`GET /v1/user/tunnels`

## Response `200`

Example response

- object
  - `message` string, required
  - `tunnels` TunnelItem[]
    - `name` string, required
    - `os` string, required
    - `arch` string, required
    - `tunnel_ip` string, required
    - `tunnel_port` string, required
    - `client_ip` string, required
    - `username` string, required
    - `token` string, required
    - `id` string, required
    - `last_update` string
    - `status` string, required

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-08-13** `c41cd7ae7718` — 9 info
  - added the optional property `code` to the response with the `default` status
  - added the optional property `error` to the response with the `default` status
  - added the optional property `error_id` to the response with the `default` status
  - added the optional property `kind` to the response with the `default` status
  - …5 more
- **2024-09-22** `407b73d9ce28` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/user/tunnels/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/c9df54e2fb2c/schema)
