# readResourceState

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

Read one resource state.

```ds title="readResourceState"
export declare function readResourceState(resource: ResourceId): Result<ResourceState, HostError>
```

[language/library/src/runtime/resource.ds:65](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/resource.ds#L65)
