# readPolicy

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

Read one world's policy rules.

```ds title="readPolicy"
export declare function readPolicy(world: WorldHandle, limit: uint32, after?: PolicyRuleCursor | undefined): Result<PolicyRulePage, HostError>
```

[language/library/src/runtime/policy.ds:144:148](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/policy.ds#L144-L148)
