{
"apiKey": "{{apiKey}}",
"taskId": "1904154698679771137"
}curl --location --request POST '/task/openapi/getWebhookDetail' \
--header 'Host: www.runninghub.cn' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "{{apiKey}}",
"taskId": "1904154698679771137"
}'{
"code": 0,
"msg": "success",
"data": {
"id": "1904444422778503169",
"userApiKey": "******************",
"taskId": "1904444422770114561",
"webhookUrl": "https://your-webhook-url",
"eventData": "{\"code\":0,\"msg\":\"success\",\"data\":[{\"fileUrl\":\"https://rh-images.xiaoyaoyou.com/de0db6f2564c8697b07df55a77f07be9/output/ComfyUI_00059_hnona_1742889987.png\",\"fileType\":\"png\",\"taskCostTime\":78,\"nodeId\":\"9\"}]}",
"callbackStatus": "FAILED",
"callbackResponse": "I/O error on POST request for \"https://your-webhook-url\": Remote host terminated the handshake",
"retryCount": 3,
"createTime": "2025-03-25T16:05:07",
"updateTime": "2025-03-25T16:08:10"
}
}