# List Sentry projects

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

List projects in the bound Sentry organization. Requires org:read or project:read.

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

- `page_size`
- `cursor`

## Output schema fields

- `projects`
- `projects[]`
- `projects[].id`
- `projects[].slug`
- `projects[].name`
- `projects[].platform`
- `projects[].status`
- `projects[].date_created`
- `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/projects.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/sentry/actions
