# observationNext

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

Read the next batch of observation records.

```ds title="observationNext"
export declare function observationNext(handle: ObservationHandle, limit: uint32): Result<ObservationRecordPage, HostError>
```

[language/library/src/runtime/observation.ds:95:98](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/observation.ds#L95-L98)
