Skip to main content
Retrieve the details for a specific GPU node using its unique identifier. The response includes all SSH connection fields, labels, status, and the current agent count.

Endpoint

GET /v1/gpu-nodes/:id Authorization: Bearer API key required.

Path parameters

string
required
GPU node identifier, e.g. gn_a1b2c3d4.

Response

string
required
Node identifier.
string
required
Node name.
string
required
Node IP address.
integer
SSH port.
string
required
SSH username.
string
Hardware or configuration spec.
array of strings
Scheduling labels.
string
Current status, e.g. active.
integer
Number of deployed agents on this node.
string (ISO 8601)
Creation timestamp.
string (ISO 8601)
Last update timestamp.

Example