# List Sentry issues

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

List issues in the bound Sentry organization with closed filters. Requires event:read. Callers cannot submit Sentry search syntax.

Action ID: `issues.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

- `status`
- `project_ids`
- `project_ids[]`
- `environment`
- `stats_period`
- `sort`
- `page_size`
- `cursor`

## Output schema fields

- `issues`
- `issues[]`
- `issues[].id`
- `issues[].short_id`
- `issues[].title`
- `issues[].culprit`
- `issues[].level`
- `issues[].status`
- `issues[].substatus`
- `issues[].permalink`
- `issues[].first_seen`
- `issues[].last_seen`
- `issues[].count`
- `issues[].user_count`
- `issues[].project`
- `issues[].project.id`
- `issues[].project.slug`
- `issues[].project.name`
- `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/issues.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/sentry/actions
