---
title: "List Workers"
method: GET
path: "/workers"
tags: ["workers"]
---

# List Workers

`GET /workers`

## Response `200`

OK

- Worker[]
  - `name` string — Node name
  - `resources` object — Dictionary that maps the resource name to the amount of this resource provided by the worker for running VMs.

## Changes

- **2023-10-09** `e0632c7e52ea` — 1 breaking, 2 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/name` to the response with the `200` status
  - added the optional property `items/resources` to the response with the `200` status
- **2023-01-26** `4b9547159dde` — 1 breaking, 2 warning
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `items/name` from the response with the `200` status
  - removed the optional property `items/resources` from the response with the `200` status

[Change history](https://skmtc.dev/openai/apis/orchard/changes/workers/get.md)

---

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