list(
self,
config: RunnableConfig | None,
*,
filter: dict[str,| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | None | Configuration with thread_id to filter by. |
filter | dict[str, Any] | None | Default: NoneOptional metadata filters (not yet implemented). |
before | RunnableConfig | None | Default: None |
limit | int | None | Default: None |
List checkpoints matching the given criteria.
Traverses from Thread to Checkpoints via HAS_CHECKPOINT relationships.
Optional config to list checkpoints before.
Maximum number of checkpoints to return.