本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/threads//history' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"limit": 10,
"before": {
"thread_id": "string",
"checkpoint_ns": "string",
"checkpoint_id": "string",
"checkpoint_map": {}
},
"metadata": {},
"checkpoint": {
"thread_id": "string",
"checkpoint_ns": "string",
"checkpoint_id": "string",
"checkpoint_map": {}
}
}'
[
{
"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": {}
}
]