Skip to content

observe_issues_events

List the events of an error tracking issue, newest first.

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

NameTypeRequiredDescription
idstringIdentifier of the issue
limitintegerHow many events to return, newest first. 1-100, default 50
cursorstringThe nextCursor of the previous page; omit for the first page

Response

FieldTypeAlwaysDescription
rowsarrayThe events, newest first
nextCursorstringPass 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.

When to use

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.

Example

Ask your agent something like this:

List the events of an error tracking issue, newest first.

The agent will invoke observe_issues_events with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect