# workerList

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

List workers visible through one pinned world view.

```ds title="workerList"
export declare function workerList(view: WorldViewHandle, limit: uint32, filter?: WorkerFilter | undefined, after?: WorkerId | undefined): Result<WorkerPage, HostError>
```

[language/library/src/runtime/inspect.ds:189:194](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L189-L194)
