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. |
before | RunnableConfig | None | Default: None |
limit | int | None | Default: None |
List checkpoints synchronously.
Note:
Synchronous calls are only supported from a background thread.
From the main async thread use alist.
List checkpoints created before this configuration.
Maximum number of checkpoints to return.