---
title: "Get worker"
method: GET
path: "/workers/{workerID}"
tags: ["workers"]
---

# Get worker

`GET /workers/{workerID}`

Return one worker registry record

## Path parameters

- `workerID` string, required

## Response `200`

OK

- InternalApiRoutesWorkerResponse
  - `capabilities` string[]
  - `capacity` object
  - `created_at` string
  - `hostname` string
  - `id` string
  - `last_heartbeat` string
  - `providers` string[]
  - `stale` boolean
  - `status` string
  - `updated_at` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/stacyos/apis/stacyvm-api.md) · [All operations](https://skmtc.dev/stacyos/apis/stacyvm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stacyos/stacyvm-api/revisions/d8b1ebf10293/schema)
