curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//cfd_tunnel//connections'
{
"errors": [],
"messages": [],
"result": [
{
"arch": "linux_amd64",
"config_version": 0,
"conns": [
{
"client_id": null,
"client_version": "2022.7.1",
"colo_name": "DFW",
"id": "1bedc50d-42b3-473c-b108-ff3d10c0d925",
"is_pending_reconnect": false,
"opened_at": "2021-01-25T18:22:34.317854Z",
"origin_ip": "85.12.78.6",
"uuid": "1bedc50d-42b3-473c-b108-ff3d10c0d925"
}
],
"features": [
"ha-origin"
],
"id": "1bedc50d-42b3-473c-b108-ff3d10c0d925",
"run_at": "2009-11-10T23:00:00Z",
"version": "2022.7.1"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}