PinherePinhere 缺陷协作 API
GET/webhooks/{webhookId}/deliveries
列出投递记录
返回最近 100 条 Webhook 投递与受限错误诊断。
Pinhere 项目、Origin、缺陷、私有截图、Webhook、PAT 与 Chrome 扩展 OAuth API;覆盖固定 PontxSpec 中全部 34 个 Endpoint。Hub 提供文档和本地 SDK/CLI,不代理任何请求。
请求
- operationId
listWebhookDeliveries- 服务器
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- 认证
- pinherePat, websiteSession, extensionOAuth
请求参数
webhookId
pathstring必填
Webhook ID.
whk_example
响应
200
objectapplication/json
投递记录列表。
字段: data
default
ErrorResponseapplication/json
标准错误响应。
字段: error
{
"data": {
"id": "whd_example",
"webhookId": "whk_example",
"eventId": "whe_example",
"eventType": "issue.created",
"payload": {},
"status": "pending",
"attempt": 0,
"nextAttemptAt": "2026-08-15T08:05:00.000Z"
}
}