The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Tunnels
3url: https://platform.claude.com/docs/en/api/beta/tunnels/list
4---
5
16# List Tunnels
27
38**GET** `/v1/tunnels`
from line 35
3035
3136 - `string`
3237
33 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
38 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3439
3540 - `"message-batches-2024-09-24"`
3641
from line 83
7883
7984 - `"user-profiles-2026-08-18"`
8085
86 - `"user-profiles-2026-09-04"`
87
8188 - `"advisor-tool-2026-03-01"`
8289
8390 - `"managed-agents-2026-04-01"`
from line 127
120127
121128 - `"mid-conversation-system-clear-at-2026-08-21"`
122129
130- `"anthropic-workspace-id": optional string`
131
123132## Returns
124133
125134- `data: array of BetaTunnel`
from line 135
126135
127136 List of tunnels, ordered by created_at descending.
128137
138 - `type: "tunnel"`
139
129140 - `id: string`
130141
131142 Unique identifier for the tunnel, prefixed with `tnl_`.
from line 160
149160 - `domain: string`
150161
151162 Anthropic-assigned hostname for the tunnel. MCP server URLs whose host is a subdomain of this value are routed through the tunnel. Globally unique and never reused, even after the tunnel is archived.
152
153 - `type: "tunnel"`
154163
155164- `next_page: string or null`
156165