Pinhere/listIssueEvents

Online calls unavailable · details below

PinherePinhere issue collaboration API

GET/issues/{issueId}/events

List issue events

Returns issue audit events in chronological order.

Pinhere APIs for projects, origins, issues, private screenshots, webhooks, PATs, and Chrome-extension OAuth. The fixed PontxSpec covers all 34 Endpoints. Hub provides documentation and a local SDK/CLI only; it proxies no request.

Request

operationId
listIssueEvents
Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1
Authentication
pinherePat, websiteSession, extensionOAuth

Request parameters

issueId

pathstringrequired

Issue ID.

iss_example

Responses

200

objectapplication/json

Issue event list.

Properties: data

default

ErrorResponseapplication/json

Standard error response.

Properties: 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"
  }
}