cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/tunnel \ --header 'Authorization: Bearer <token>'
{ "total": 123, "tunnels": [ { "tunnel_id": "<string>", "status": "pending", "hostname": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "name": "<string>", "connected_at": "2023-11-07T05:31:56Z", "team_id": "<string>" } ] }
List all active tunnels for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response containing list of tunnels.
Total number of tunnels
List of active tunnels
Show child attributes