list(
self,
config: RunnableConfig | None,
*,
filter: dict[str, | Name | Type | Description |
|---|---|---|
config* | RunnableConfig | None | Base configuration for filtering checkpoints. |
filter | dict[str, Any] | None | Default: NoneAdditional filtering criteria for metadata. |
before | RunnableConfig | None | Default: None |
limit | int | None | Default: None |
List checkpoints from the in-memory storage.
This method retrieves a list of checkpoint tuples from the in-memory storage based on the provided criteria.
List checkpoints created before this configuration.
Maximum number of checkpoints to return.