list_project_issues
Retrieve and monitor issues from a Sentry project to track status, severity, frequency, and timing for error analysis and debugging.
Instructions
List issues from a Sentry project. Monitor issue status, severity, frequency, and timing.
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 issues from | |
| view | No | View type (default: detailed) | detailed |
| format | No | Output format (default: markdown) | markdown |