sentry_action
List Sentry projects and issues, retrieve issue details and events, and resolve issues using the Sentry REST API.
Instructions
Interact with the Sentry REST API: list projects and issues, get issue details and events, and resolve issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: list_projects, list_issues, get_issue, list_events, resolve_issue. | |
| auth_token | Yes | Sentry auth token. | |
| organization_slug | No | Sentry organization slug. | |
| project_slug | No | Sentry project slug. | |
| issue_id | No | Issue ID (for get_issue, list_events, resolve_issue). | |
| query | No | Search query to filter issues. | |
| stats_period | No | Time window for issue stats: 24h, 14d, etc. | |
| limit | No | Max number of results. | |
| cursor | No | Pagination cursor. |