# runtimeView

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

Describe one runtime visible through one pinned world view.

```ds title="runtimeView"
export declare function runtimeView(view: WorldViewHandle, runtimeId: RuntimeId): Result<Runtime, HostError>
```

[language/library/src/runtime/inspect.ds:175:178](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L175-L178)
