General APIs with JWT

Get nodes assigned to machine request

Endpoint to get all nodes assigned to a machine request.

get/machine-requests/{request_id}/executors

Path parameters

request_idstring uuid required

Response

List of nodes assigned to the machine request

idstring uuid
created_atstring date-time
updated_atstring date-time nullable
miner_hotkeystring required
miner_coldkeystring nullable
validator_hotkeystring required
executor_idstring uuid required
executor_ip_addressstring required
executor_ip_portstring required
executor_ssh_portstring nullable
activeboolean
machine_namestring nullable required
price_per_hournumber nullable
price_per_gpunumber nullable
gpu_countinteger nullable
available_gpu_countinteger nullable
gpu_uuid_anchorstring nullable

Smallest normalized GPU UUID on this machine; stable hardware anchor across hotkey/IP rotation

location_idstring nullable required
finished_jobsinteger
uptime_in_minutesinteger nullable
collateral_depositedboolean nullable
rental_check_verified_statusstring nullable
verifiedboolean
verified_datestring date-time nullable
rental_verification_ssh_key_availableboolean nullable

Whether rental verification SSH key was available in the subnet SSH keys

reclaimedboolean
reclaimed_atstring date-time nullable
is_responsiveboolean nullable

Whether executor responds to health checks

pending_price_per_hournumber nullable

Pending price per hour that will be applied when price_change_effective_date is reached

price_change_effective_datestring date-time nullable

Date when the pending price change will become effective

Changes