Connections
List Cloudflare Tunnel connections
GET/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections
Clean up Cloudflare Tunnel connections
DELETE/accounts/{account_id}/cfd_tunnel/{tunnel_id}/connections
ModelsExpand Collapse
Client { id, arch, config_version, 4 more } A client (typically cloudflared) that maintains connections to a Cloudflare data center.
Client { id, arch, config_version, 4 more }
A client (typically cloudflared) that maintains connections to a Cloudflare data center.
config_version: optional number
The version of the remote tunnel configuration. Used internally to sync cloudflared with the Zero Trust dashboard.
conns: optional array of { id, client_id, client_version, 5 more } The Cloudflare Tunnel connections between your origin and Cloudflare’s edge.
conns: optional array of { id, client_id, client_version, 5 more }
The Cloudflare Tunnel connections between your origin and Cloudflare’s edge.
is_pending_reconnect: optional boolean
Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If true, the connection has disconnected but is still being tracked. If false, the connection is actively serving traffic.