list_projects
List all projects in a Sentry organization, returning each project's slug, name, platform, ID, and team assignments.
Instructions
List all projects in a Sentry organization. Returns project slug, name, platform, id, and team assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization slug (the part after 'sentry.io/' in the URL, e.g. 'acme') | |
| cursor | No | Pagination cursor from a previous response. Omit for first page. |