---
title: "GET /0/worker/ping"
method: GET
path: "/0/worker/ping"
---

# GET /0/worker/ping

`GET /0/worker/ping`

## Response `200`

successful operation

- WorkerPingResult
  - `factory_metadata` FactoryMetadata
    - `addresses` FactoryAddresses[]
      - `cidr` string, required
      - `count` integer, required
      - `first` string, required
      - `gateway` string, nullable
      - `name` string, required
      - `routed` boolean, required
    - `v` '1', required
  - `job` WorkerPingJob
    - `id` string, required
    - `inputs` WorkerPingInput[], required
      - `id` string, required
      - `name` string, required
    - `name` string, required
    - `output_rules` WorkerPingOutputRule[], required
      - `ignore` boolean, required
      - `require_match` boolean, required
      - `rule` string, required
      - `size_change_ok` boolean, required
    - `tasks` WorkerPingTask[], required
      - `env` object, required
      - `env_clear` boolean, required
      - `gid` integer, required
      - `id` integer, required
      - `name` string, required
      - `script` string, required
      - `uid` integer, required
      - `workdir` string, required
  - `poweroff` boolean, required

## Other responses

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

## Changes

- **2023-08-23** `f3877790227b` — 2 info
  - added the optional property `factory_metadata/allOf[#/components/schemas/FactoryMetadata]/oneOf[subschema #1]/addresses/items/gateway` to the response with the `200` status
  - added the required property `factory_metadata/allOf[#/components/schemas/FactoryMetadata]/oneOf[subschema #1]/addresses/items/routed` to the response with the `200` status
- **2023-08-21** `ad085ef729f0` — 1 breaking, 8 warning
  - removed the required property `factory_metadata/allOf[#/components/schemas/FactoryMetadata]/oneOf[subschema #1]/addresses/items/routed` from the response with the `200` status
  - removed the optional property `factory_info` from the response with the `200` status
  - removed the optional property `factory_metadata/allOf[#/components/schemas/FactoryMetadata]/oneOf[subschema #1]/addresses/items/gateway` from the response with the `200` status
  - removed the optional property `factory_metadata/allOf[#/components/schemas/FactoryMetadata]/oneOf[subschema #1]/dump_to_rpool` from the response with the `200` status
  - …5 more

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