yiask_logicform_execution 资源中的单条执行日志,返回执行状态、标准化后的 Logicform、 分词结果、调试耗时等信息。logicform_result 中不包含 schemas 字段;前端如需完整 schema 信息,需要额外调用 /schema:list。Authorization: Bearer ********************curl --location '/yiask_logicform_execution/353976858640384?formatProperty=1' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>'{
"meta": {
"allowedActions": {
"view": [
353976858640384
],
"update": [
353976858640384
],
"destroy": [
353976858640384
]
}
},
"data": {
"createdAt": "2026-03-18T05:55:19.118Z",
"id": 353976858640384,
"success": true,
"createdById": 7,
"spaceName": "default",
"logicform_result": {
"_status": "executing",
"_alisaAskDuration": 57,
"customFunctions": [],
"wordSegmentation": [
{
"n": "去年",
"t": "val",
"_pos": 1,
"norm": "去年",
"value": "{\"$offset\":{\"year\":-1}}"
},
{
"n": "销售",
"f": null,
"s": "dwd_sales_detail",
"t": "schema",
"_pos": 2,
"norm": "销售明细"
},
{
"n": "额",
"f": null,
"s": "dwd_sales_detail",
"t": "pred",
"_pos": 3,
"norm": "金额"
}
],
"logicform": {
"schema": "dwd_sales_detail",
"preds": [
{
"name": "总金额",
"pred": "金额",
"operator": "$sum"
}
],
"query": {
"日期": {
"$offset": {
"year": -1
}
}
}
},
"beforeEnrich": {
"schema": "dwd_sales_detail",
"preds": [
{
"name": "总金额",
"pred": "金额",
"operator": "$sum"
}
],
"query": {
"日期": {
"$offset": {
"year": -1
}
}
}
}
}
}
}