get_single_event
Retrieve detailed information about a Sentry issue event by providing the event URL or ID, optimizing output size with mode settings for efficient processing.
Instructions
get issue event by inputting sentry issue event url or sentry issue event id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mode | No | mode for output, it can be undefined, it used to control LLM token usage | tiny |
organization_id_or_slug | No | sentry organization id or slug, it can be undefined | |
project_id_or_slug | No | sentry project name or slug, it can be undefined | |
url_or_id | Yes | sentry issue event url or sentry issue event id |