The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Tunnel Certificates
3url: https://platform.claude.com/docs/en/api/beta/tunnels/certificates/list
4---
5
16# List Tunnel Certificates
27
38**GET** `/v1/tunnels/{tunnel_id}/certificates`
from line 39
3439
3540 - `string`
3641
37 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
42 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3843
3944 - `"message-batches-2024-09-24"`
4045
from line 87
8287
8388 - `"user-profiles-2026-08-18"`
8489
90 - `"user-profiles-2026-09-04"`
91
8592 - `"advisor-tool-2026-03-01"`
8693
8794 - `"managed-agents-2026-04-01"`
from line 131
124131
125132 - `"mid-conversation-system-clear-at-2026-08-21"`
126133
134- `"anthropic-workspace-id": optional string`
135
127136## Returns
128137
129138- `data: array of BetaTunnelCertificate`
from line 139
130139
131140 List of certificates, ordered by created_at descending.
132141
142 - `type: "tunnel_certificate"`
143
133144 - `id: string`
134145
135146 Unique identifier for the certificate, prefixed with `tcrt_`.
from line 170
159170 - `tunnel_id: string`
160171
161172 ID of the tunnel the certificate is registered against.
162
163 - `type: "tunnel_certificate"`
164173
165174- `next_page: string or null`
166175