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

# List workers

`GET /v1/workers`

Lists the workers that belong to the caller's active organization, including each worker's latest known instance state.

## Query parameters

- `limit` integer

## Response `200`

Workers returned successfully.

- WorkerListResponse
  - `workers` object[], required
    - `instance` WorkerInstance, nullable, required
      - `provider` string, required
      - `region` string, nullable, required
      - `url` string, nullable, required
      - `status` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `id` string, typeid, required — Den TypeID with 'wrk_' prefix and a 26-character base32 suffix.
    - `orgId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `createdByUserId` string, typeid, nullable, required — Den TypeID with 'usr_' prefix and a 26-character base32 suffix.
    - `isMine` boolean, required
    - `name` string, required
    - `description` string, nullable, required
    - `destination` string, required
    - `status` string, required
    - `imageVersion` string, nullable, required
    - `workspacePath` string, nullable, required
    - `sandboxBackend` string, nullable, required
    - `lastHeartbeatAt` string, date-time, nullable, required
    - `lastActiveAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — The worker list query parameters were invalid.
- `401` — The caller must be signed in to list workers.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
