Tool
observe_issues_events
List the events of an error tracking issue, newest first.
List the events of an error tracking issue, newest first. Each row identifies one event; pass its eventId to observe_issues_event to open it. Page with nextCursor.
Behavior
- HTTP
GET /observe/issues/:id/events
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Identifier of the issue |
| limit | integer | — | How many events to return, newest first. 1-100, default 50 |
| cursor | string | — | The nextCursor of the previous page; omit for the first page |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| rows | array | • | The events, newest first |
| nextCursor | string | • | Pass back as cursor for the next page; null when the last page was reached |
Try it
List the events of an error tracking issue, newest first.