---
title: "Get worker"
method: GET
path: "/v1/workers/{id}"
tags: ["Workers"]
---

# Get worker

`GET /v1/workers/{id}`

Returns one worker from the active organization together with its latest provisioned instance details.

## Path parameters

- `id` string, typeid, required

## Response `200`

Worker returned successfully.

- WorkerResponse
  - `worker` Worker, 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
  - `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

## Other responses

- `400` — The worker path parameters were invalid.
- `401` — The caller must be signed in to read worker details.
- `404` — The worker could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 4 info
  - removed the pattern `^wrk_.*` from the `path` request parameter `id`
  - the `worker/createdByUserId/anyOf[subschema #1]/` response's property pattern `^usr_.*` was removed for the status `200`
  - the `worker/id` response's property pattern `^wrk_.*` was removed for the status `200`
  - the `worker/orgId` response's property pattern `^org_.*` was removed for the status `200`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/workers/:id/get.md)

---

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