get_single_event
Retrieve detailed information about a specific Sentry issue event by providing its URL or ID, with options to specify organization, project, and output mode.
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 |