---
title: "Retrieve a Worker"
method: GET
path: "/workers/{name}"
tags: ["workers"]
---

# Retrieve a Worker

`GET /workers/{name}`

## 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.

## Other responses

- `404` — Worker resource with the given name doesn't exist

## Changes

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

[Change history](https://skmtc.dev/openai/apis/orchard/changes/workers/:name/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)
