Skip to content

observe_issues_event

Read one event of an error tracking issue in full — the most recent one by default, or a specific one by id.

Tool

observe_issues_event

Read one event of an error tracking issue in full — the most recent one by default, or a specific one by id.

Read one event of an error tracking issue in full — the most recent one by default, or a specific one by id. Returns where and in what it happened: service, environment, release, trace, tags, and for OTel events the span with its HTTP method, route, status and target address. An issue whose events are no longer stored still comes back, with a null event.

Behavior

HTTP
GET /observe/issues/:id/event

Arguments

NameTypeRequiredDescription
idstringIdentifier of the issue
eventIdstringWhich event to read; omit to read the most recent one. Must be an event of this issue

Response

FieldTypeAlwaysDescription
eventobjectThe event, or null when the issue has no event id or the event is no longer stored — events live 30 days and an issue outlives them. Neither case is an error
sourcestringWhich store the event id addresses, derived from its shape. Null when there is no event id
eventIdstringIdentifier of the event that was read, or null when the issue has recorded no event id yet
issueIdstringIdentifier of the issue the event belongs to

Try it

Read one event of an error tracking issue in full — the most recent one by default, or a specific one by id.

When to use

Read one event of an error tracking issue in full — the most recent one by default, or a specific one by id. Returns where and in what it happened: service, environment, release, trace, tags, and for OTel events the span with its HTTP method, route, status and target address. An issue whose events are no longer stored still comes back, with a null event.

Example

Ask your agent something like this:

Read one event of an error tracking issue in full — the most recent one by default, or a specific one by id.

The agent will invoke observe_issues_event with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect