raw_sentry_api
Make raw API calls to any Sentry endpoint and retrieve unfiltered JSON. For large event responses, apply a regex filter with grep_pattern.
Instructions
Make a raw API call to any Sentry endpoint. Returns unfiltered JSON. WARNING: Event endpoints can return 100K+ tokens. Use grep_pattern for events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for POST/PUT. | |
| method | No | HTTP method (default: GET) | GET |
| params | No | URL query parameters. | |
| endpoint | Yes | API endpoint path (e.g., 'projects/beoflow/apple-ios/events/abc123/'). Do NOT include /api/0/ prefix. | |
| grep_pattern | No | CRITICAL for event endpoints: Regex to filter response. |