# List Sentry issue events

Canonical URL: https://docs.fuse.init.inc/integrations/sentry/actions/issue_events.list

List events for one issue. Requires event:read. Event payloads omit cookies, headers, stack locals, and raw contexts.

Action ID: `issue_events.list`
Provider: Sentry (`sentry`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

None.

## Input schema fields

- `issue_id`
- `page_size`
- `cursor`

## Output schema fields

- `events`
- `events[]`
- `events[].id`
- `events[].event_id`
- `events[].title`
- `events[].message`
- `events[].date_created`
- `events[].platform`
- `events[].tags`
- `events[].tags[]`
- `events[].tags[].key`
- `events[].tags[].value`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/sentry
Actions index: https://docs.fuse.init.inc/integrations/sentry/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/sentry/actions/issue_events.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/sentry/actions
