Sentry

class sentrypy.sentry.Sentry(token: str)

Top-level class to connect to the sentry.io API

Parameters:

token – Your Sentry API token

organization(organization_slug: str) Organization

Get a specific Organization

Parameters:

organization_slug (str) – The slug of the organization to get

Official API Docs

GET /api/0/organizations/{organization_slug}/

projects() Iterator[Project]

Get an iterator over all Projects

Official API Docs

GET /api/0/projects/