list(config: RunnableConfig, options: CheckpointListOptions): AsyncGenerator<CheckpointTuple>| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | |
options | CheckpointListOptions |
Retrieve a list of checkpoint tuples from the MongoDB database based on the provided config. The checkpoints are ordered by checkpoint ID in descending order (newest first).