Skip to main content
GET
/
v1
/
remote-tunnels
/
{runnerId}
/
status
Get remote tunnel status
curl --request GET \
  --url https://api.qa.tech/v1/remote-tunnels/{runnerId}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "inactive",
  "connections": 123,
  "hostnames": [
    {
      "localPort": 123,
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.qa.tech/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

runnerId
string
required

Response

200 - application/json

The request has succeeded.

Live health status of a remote tunnel from Cloudflare

status
enum<string>
required

inactive = no connections, degraded = 1-3 connections, healthy = 4+ connections

Available options:
inactive,
degraded,
healthy
connections
integer<int32>
required

Number of active Cloudflare edge connections

hostnames
object[]
required

Public hostnames for this tunnel