跳转到主要内容
POST
/
webhook
/
history
/
detail
获取 Webhook 推送详情
curl --request POST \
  --url 'https://api.flashcat.cloud/webhook/history/detail?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_id": "20260412Xatt9hrXsgmFkBR78WF655",
  "integration_id": 6113996590131
}
'
{
  "request_id": "01HK8XQE3Z7JM2NTFQ5YJ8P9R4",
  "data": {
    "integration_id": 5321026051131,
    "event_id": "20260412Xatt9hrXsgmFkBR78WF655",
    "webhook_type": "alert",
    "event_type": "a_update",
    "channel_id": 2551105804131,
    "ref_id": "69da3f0ef77b1b51f40e83cc",
    "request_headers": "{\"Content-Type\":\"application/json\"}",
    "request_body": "{\"event_type\":\"a_update\",\"event_id\":\"d789d65951c0532ea9b6a1d99b707054\"}",
    "endpoint": "https://example.com/webhook",
    "attempt": 1,
    "duration": 132,
    "status": "success",
    "status_code": 200,
    "response_headers": "{\"Content-Type\":\"application/json\"}",
    "response_body": "{\"ok\":true}",
    "event_time": "2026-04-12T13:31:11.357472+08:00",
    "ref_title": "High CPU Usage on host-01",
    "channel_name": "Production Alerts"
  }
}

限制说明

项目说明
速率限制每个账户 1,000 次/分钟50 次/秒
权限要求集成中心查看on-call

授权

app_key
string
query
必填

在 Flashduty 控制台 账户 → APP Key 中签发的 app_key。调用任何公开 API 时都必须携带。它等同于所属账户的身份凭证,请妥善保管。

请求体

application/json

获取单条 Webhook 推送详情的参数。

event_id
string
必填

ListWebhookHistory 返回的事件 ID。

integration_id
integer<int64>
必填

事件所属的集成 ID。

必填范围: x >= 1

响应

成功

成功响应结构。2xx 响应中 request_id 标识本次调用(同时出现在 Flashcat-Request-Id 响应头中),data 为接口业务 payload。失败响应使用不同结构,参见 ErrorResponse

request_id
string
必填

本次请求的唯一 ID,也会在 Flashcat-Request-Id 响应头中返回。反馈问题时请一并附上。

示例:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

data
object
必填

Webhook 推送的完整详情。相较 WebhookHistoryItem,额外附带查询时解析出的引用元信息。