本文档由聚智团队编写维护
curl --location --request GET 'http://127.0.0.1:2024/threads//history' \
--header 'x-api-key;'
[
{
"values": [
{}
],
"next": [
"string"
],
"tasks": [
{
"id": "string",
"name": "string",
"error": "string",
"interrupts": [
null
],
"checkpoint": {
"thread_id": "string",
"checkpoint_ns": "string",
"checkpoint_id": "string",
"checkpoint_map": {}
},
"state": {}
}
],
"checkpoint": {
"thread_id": "string",
"checkpoint_ns": "string",
"checkpoint_id": "string",
"checkpoint_map": {}
},
"metadata": {},
"created_at": "string",
"parent_checkpoint": {}
}
]