Skip to content
Start here

Connections

List WARP Connector Tunnel connections
GET/accounts/{account_id}/warp_connector/{tunnel_id}/connections
ModelsExpand Collapse
ConnectionGetResponse { id, arch, conns, 4 more }

A WARP Connector client that maintains a connection to a Cloudflare data center.

id: optional string

UUID of the Cloudflare Tunnel connector.

formatuuid
maxLength36
arch: optional string

The cloudflared OS architecture used to establish this connection.

conns: optional array of { id, client_id, client_version, 3 more }

The WARP Connector Tunnel connections between your origin and Cloudflare’s edge.

id: optional string

UUID of the Cloudflare Tunnel connection.

formatuuid
maxLength36
client_id: optional string

UUID of the Cloudflare Tunnel connector.

formatuuid
maxLength36
client_version: optional string

The cloudflared version used to establish this connection.

colo_name: optional string

The Cloudflare data center used for this connection.

opened_at: optional string

Timestamp of when the connection was established.

formatdate-time
origin_ip: optional string

The public IP address of the host running WARP Connector.

features: optional array of string

Features enabled for the Cloudflare Tunnel.

ha_status: optional "offline" or "passive" or "active"

The HA status of a WARP Connector client.

One of the following:
"offline"
"passive"
"active"
run_at: optional string

Timestamp of when the tunnel connection was started.

formatdate-time
version: optional string

The cloudflared version used to establish this connection.