Support API Key Authentication

Get pod by ID

Endpoint to get a specific pod by its ID.

get/pods/{id}

Path parameters

idstring uuid required

Response

Pod retrieved successfully

executor_idstring uuid required
pod_namestring required
ssh_connect_cmdstring required
gpu_namestring required
gpu_countstring required
cpu_namestring required
cpu_countinteger required
ram_totalinteger required
statusstring required
is_favoriteboolean nullable required
updated_atstring date-time nullable
created_atstring date-time nullable
removal_scheduled_atstring date-time nullable required
termination_hoursinteger nullable required
jupyter_installation_status'INSTALLING' | 'SUCCESS' | 'FAILED' required
jupyter_urlstring nullable required
enable_jupyterboolean nullable required
enable_volume_encryptionboolean nullable required
volume_encryption_status'ENABLED' | 'UNSUPPORTED_IMAGE' | 'DISABLED' | 'FAILED' required
pricenumber nullable
cluster_idstring uuid nullable
cluster_node_indexinteger nullable
idstring uuid required
skip_add_agent_ssh_keyboolean nullable
provider_discord_connectedboolean nullable
cluster_overlay_ipstring nullable required

This node's address on the cluster's private overlay — where its peers reach it.

Changes

No recorded changes to this endpoint across all 1 revision of this API.