list_error_events_in_project
Retrieve and analyze error events from a Sentry project to identify recent issues, frequency patterns, and occurrence timestamps for monitoring and debugging.
Instructions
List error events from a specific Sentry project. View recent errors, frequency patterns, and occurrence timestamps.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_slug | Yes | The slug of the organization the project belongs to | |
| project_slug | Yes | The slug of the project to list events from | |
| view | No | View type (default: detailed) | detailed |
| format | No | Output format (default: markdown) | markdown |