---
title: "Return the list of loaded workers."
method: GET
path: "/_api/v0/workers"
tags: ["handlers::v0::workers"]
---

# Return the list of loaded workers.

`GET /_api/v0/workers`

Return the list of loaded workers.

## Response `200`

Returns all the workers

- Worker[]
  - `filepath` string, required — Associated source code / wasm module to this worker
  - `id` string, required — Worker identifier
  - `name` string, required — The associated name to this worker
  - `path` string, required — API path for this specific worker.

---

[API](https://skmtc.dev/vmware/apis/wasm-workers-server-management-api.md) · [All operations](https://skmtc.dev/vmware/apis/wasm-workers-server-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/wasm-workers-server-management-api/revisions/aa42dedf51bb/schema)
