本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/threads//runs/crons' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"schedule": "string",
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"input": [
{}
],
"metadata": {},
"config": {
"tags": [
"string"
],
"recursion_limit": 0,
"configurable": {}
},
"webhook": "../dictionary",
"interrupt_before": "*",
"interrupt_after": "*",
"multitask_strategy": "reject"
}'
{
"cron_id": "1e15928a-9f73-45df-bcb9-59c3c7717039",
"thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
"end_time": "2019-08-24T14:15:22Z",
"schedule": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"payload": {}
}