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

# GET /0/admin/worker/{worker}

`GET /0/admin/worker/{worker}`

## Path parameters

- `worker` string, required

## Response `200`

successful operation

- Worker
  - `bootstrap` boolean, required
  - `deleted` boolean, required
  - `diagnostics` boolean, required
  - `factory` string, required
  - `factory_ip` string, nullable
  - `factory_private` string, nullable
  - `hold` WorkerHold
    - `reason` string, required
    - `time` string, date-time, required
  - `id` string, required
  - `jobs` WorkerJob[], required
    - `id` string, required
    - `name` string, required
    - `owner` string, required
    - `state` string, required
    - `tags` object, required
  - `lastping` string, date-time, nullable
  - `recycle` boolean, required
  - `target` string, required

## Other responses

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

## Changes

> 17 revisions in range; 1 not diffed.

- **2024-03-13** `8052886c11a6` — 1 info
  - added the optional property `factory_ip` to the response with the `200` status
- **2024-03-11** `7962484a2c41` — 1 info
  - endpoint added
- **2023-08-21** `ad085ef729f0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/oxidecomputer/apis/buildomat/changes/0/admin/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/7c904bfdde4a/schema)
