# workerView

`import { workerView } from "destack:runtime";`

Describe one worker visible through one pinned world view.

```ds title="workerView"
export declare function workerView(view: WorldViewHandle, workerId: WorkerId): Result<Worker, HostError>
```

[language/library/src/runtime/inspect.ds:205:208](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L205-L208)
