Skip to main content
GET
/
v1
/
remote-tunnels
List remote tunnels
curl --request GET \
  --url https://api.qa.tech/v1/remote-tunnels \
  --header 'Authorization: Bearer <token>'
{
  "tunnels": [
    {
      "runnerId": "<string>",
      "hostnames": [
        {
          "localPort": 123,
          "url": "<string>"
        }
      ],
      "createdAt": "<string>",
      "expiresAt": "<string>",
      "isExpired": true
    }
  ]
}

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.

Response

200 - application/json

The request has succeeded.

Response for listing active remote tunnels

tunnels
object[]
required