PinherePinhere 缺陷协作 API
GET/issues/{issueId}/events
列出状态历史
按时间顺序返回缺陷审计事件。
Pinhere 项目、Origin、缺陷、私有截图、Webhook、PAT 与 Chrome 扩展 OAuth API;覆盖固定 PontxSpec 中全部 34 个 Endpoint。Hub 提供文档和本地 SDK/CLI,不代理任何请求。
请求
- operationId
listIssueEvents- 服务器
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- 认证
- pinherePat, websiteSession, extensionOAuth
请求参数
issueId
pathstring必填
缺陷 ID。
iss_example
响应
200
objectapplication/json
状态事件列表。
字段: data
default
ErrorResponseapplication/json
标准错误响应。
字段: error
{
"data": {
"id": "evt_example",
"issueId": "iss_example",
"userId": "usr_example",
"actorType": "api_token",
"actorId": "pat_example",
"type": "issue.claimed",
"data": {},
"createdAt": "2026-08-15T08:05:00.000Z"
}
}