Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } ] }
List remote tunnels for the authenticated project
Mixin for project-scoped requests: an optional per-call project override.
Show child attributes
The request has succeeded.
Response for listing active remote tunnels
Was this page helpful?