Overview

Organizations

Get a specific organization

Sentry.organization()

Teams

Get a specific team

Organization.team()

Get an iterator over all teams

Organization.teams()

Create a new team

Organization.create_team()

Delete a team

Team.delete()

Projects

Get a specific project

Organization.project()

Get an iterator over all projects

Sentry.projects()

Get event counts of a project

Project.event_counts()

Get all tag values of a project

Project.tag_values()

Issues

Get a specific issue

Organization.issue()

Get an interator over all or specific issues

Project.issues()

Update a single issue

Issue.update()

Update multiple issues

Project.update_issues()

Events

Get an interator over all events of an issue

Issue.events()

Integrations

Get an iterator over all or specific integrations

Organization.integrations()