{
"uuids": ["3f5421f4-64c1-4702-80ff-645742872a04"]
}curl --location --request POST '/adminapi/know.Embedding/tasks' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuids": ["3f5421f4-64c1-4702-80ff-645742872a04"]
}'{
"code": 1,
"show": 0,
"msg": "OK",
"data": {
"queues": 2,
"lists": [
{
"uuid": "3f5421f4-64c1-4702-80ff-645742872a04",
"error": null,
"retry": 0,
"status": 0
}
]
}
}