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