Ask a question to get started
Enter to send•Shift+Enter new line
List threads from checkpoints table.
list_threads( agent_name: str | None = None, limit: int = 20, include_message_count: bool = False ) -> list[ThreadInfo]
agent_name
str | None
None
Optional filter by agent name.
limit
int
20
Maximum number of threads to return.
include_message_count
bool
False
Whether to include message counts.