# checkpointList

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

List checkpoints in one world lineage.

```ds title="checkpointList"
export declare function checkpointList(world: WorldHandle, limit: uint32, filter?: CheckpointFilter | undefined, after?: CheckpointId | undefined): Result<CheckpointPage, HostError>
```

[language/library/src/runtime/lineage.ds:262:267](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/lineage.ds#L262-L267)
