v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-104136109.1 KB
workers

Get worker

Return one worker registry record

get/workers/{workerID}

Path parameters

workerIDstring required

Worker ID

Response

OK

capabilitiesstring[]
capacityobject
created_atstring
hostnamestring
idstring
last_heartbeatstring
providersstring[]
staleboolean
statusstring
updated_atstring

Example response

{
  "created_at": "2026-05-09T10:00:00Z",
  "hostname": "stacyvm-host-1",
  "id": "worker-local",
  "last_heartbeat": "2026-05-09T10:30:00Z",
  "status": "online",
  "updated_at": "2026-05-09T10:30:00Z"
}