Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Tunnel Certificates changed

api/beta/tunnels/certificates/list

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+12added
Lines−3removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

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