Skip to main content
GET
Get pod connections

Authorizations

Authorization
string
header
required

Your AI Reserve API key (aireserve_api_…) from the API Keys page in the portal (https://portal.aireserve.com/keys).

Path Parameters

id
string<uuid>
required

Response

Connection details.

Connection details for a running pod. Requires compute manage access.

available
boolean

true when the pod is running and has connection details. false when the pod is not yet running.

sshConnectString
string | null

Full ssh command to connect. Copy and run directly.

sshUser
string | null
sshHost
string | null
sshPort
integer | null
proxyUrls
object

Map of container port numbers to public proxy URLs (https://{podId}-{port}.proxy.runpod.net). These URLs are publicly accessible — not protected by AI Reserve authentication.