---
title: "GET /0/factory/worker/{worker}"
method: GET
path: "/0/factory/worker/{worker}"
---

# GET /0/factory/worker/{worker}

`GET /0/factory/worker/{worker}`

## Path parameters

- `worker` string, required

## Response `200`

successful operation

- FactoryWorkerResult
  - `worker` FactoryWorker
    - `bootstrap` string, required
    - `hold` boolean, required
    - `id` string, required
    - `online` boolean, required
    - `private` string, nullable
    - `recycle` boolean, required
    - `target` string, required

## Other responses

- `4XX` — Error
- `5XX` — Error

## Changes

- **2024-03-11** `7962484a2c41` — 1 info
  - added the required property `worker/allOf[#/components/schemas/FactoryWorker]/target` to the response with the `200` status
- **2024-02-28** `4973c53ff968` — 1 info
  - added the required property `worker/allOf[#/components/schemas/FactoryWorker]/hold` to the response with the `200` status
- **2023-08-21** `ad085ef729f0` — 2 breaking
  - removed the required property `worker/allOf[#/components/schemas/FactoryWorker]/hold` from the response with the `200` status
  - removed the required property `worker/allOf[#/components/schemas/FactoryWorker]/target` from the response with the `200` status

[Change history](https://skmtc.dev/oxidecomputer/apis/buildomat/changes/0/factory/worker/:worker/get.md)

---

[API](https://skmtc.dev/oxidecomputer/apis/buildomat.md) · [All operations](https://skmtc.dev/oxidecomputer/apis/buildomat/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oxidecomputer/buildomat/revisions/fd107227bbea/schema)
