本文档由 OpenCreator 维护,更多工作流模板请来OpenCreator
curl --location --request GET 'https://api-prod.opencreator.io/api/developer/v1/workflow-runs/xxxx' \
--header 'X-API-Key: sk_xxx'{
"task_id": "xxx",
"flow_id": "xxx",
"status": "success",
"run_id": "xxx",
"trace_id": "xxx",
"node_statuses": {
"textInput-xxx": "success",
"imageInput-xxx": "success",
"textGenerator-xxx": "success",
"imageToImage-xxx": "success"
},
"error_message": null,
"created_at": "2026-03-30T07:31:47.972000",
"updated_at": "2026-03-30T07:32:30.009000",
"started_at": "2026-03-30T07:31:51.128000",
"finished_at": "2026-03-30T07:32:30.009000"
}