🚀 Share how you're building agents for a chance to win LangChain swag!
[
{
"values": [
{}
],
"next": [
"<string>"
],
"checkpoint": {
"thread_id": "<string>",
"checkpoint_ns": "<string>",
"checkpoint_id": "<string>",
"checkpoint_map": {}
},
"metadata": {},
"created_at": "<string>",
"tasks": [
{
"id": "<string>",
"name": "<string>",
"error": "<string>",
"interrupts": [
{
"value": {},
"id": "<string>"
}
],
"checkpoint": {
"thread_id": "<string>",
"checkpoint_ns": "<string>",
"checkpoint_id": "<string>",
"checkpoint_map": {}
},
"state": "<unknown>"
}
],
"parent_checkpoint": {},
"interrupts": [
{
"value": {},
"id": "<string>"
}
]
}
]Get all past states for a thread.
[
{
"values": [
{}
],
"next": [
"<string>"
],
"checkpoint": {
"thread_id": "<string>",
"checkpoint_ns": "<string>",
"checkpoint_id": "<string>",
"checkpoint_map": {}
},
"metadata": {},
"created_at": "<string>",
"tasks": [
{
"id": "<string>",
"name": "<string>",
"error": "<string>",
"interrupts": [
{
"value": {},
"id": "<string>"
}
],
"checkpoint": {
"thread_id": "<string>",
"checkpoint_ns": "<string>",
"checkpoint_id": "<string>",
"checkpoint_map": {}
},
"state": "<unknown>"
}
],
"parent_checkpoint": {},
"interrupts": [
{
"value": {},
"id": "<string>"
}
]
}
]The ID of the thread.
Success
Checkpoint config.
Show child attributes
Unique identifier for the thread associated with this checkpoint.
Namespace for the checkpoint, used for organization and retrieval.
Optional unique identifier for the checkpoint itself.
Optional dictionary containing checkpoint-specific data.
Show child attributes
Checkpoint config.
Show child attributes
Unique identifier for the thread associated with this checkpoint.
Namespace for the checkpoint, used for organization and retrieval.
Optional unique identifier for the checkpoint itself.
Optional dictionary containing checkpoint-specific data.
Was this page helpful?