Skip to main content
Sentry
Sentry
85 actions · 15 events · 3 auth methods
PreviewObservabilityIAM

Authentication

Auth Token

Best for personal scripts, CI/CD, and single-user automation. Scoped to your account permissions.Guides: Connector Profile, Link Account

OAuth 2.0 (Confidential Application)

For server-side integrations where the client secret can be kept secure on your server.Guides: Connector Profile, Link Account

OAuth 2.0 (Public Application)

For client-side or mobile apps where the client secret cannot be stored securely. Uses PKCE.Guides: Connector Profile, Link Account
Actions
|
85 actions
Action
Description
Required scopes
Bulk Mutate A List Of Issues
Bulk mutate various attributes on issues.
Bulk Mutate An Organization’s Issues
Bulk mutate various attributes on a maximum of 1000 issues.
Bulk Remove A List Of Issues
Permanently remove the given issues.
Bulk Remove An Organization’s Issues
Permanently remove the given issues.
List A Project’s Error Events
Return a list of events bound to a project.
List A Project’s Issues
Return a list of issues (groups) bound to a project.
List A Tag’s Values For An Issue
Returns a list of values associated with this key for an issue.
List An Issue’s Events
Return a list of error events bound to an issue.
List An Issue’s Hashes
This endpoint lists an issue’s hashes, which are the generated checksums used to aggregate individual events.
List An Organization’s Issues
Return a list of issues for an organization.
Remove An Issue
Removes an individual issue.
Retrieve An Event For A Project
Return details on an individual event.
Retrieve An Issue
Return details on an individual issue.
Retrieve An Issue Event
Retrieves the details of an issue event.
Retrieve Tag Details
Return a list of values associated with this key for an issue.
Update An Issue
Updates an individual issue’s attributes.
Get Unified Credentials
Get the current Sentry connection’s unified credentials and identity.
List Unified Groups
List unified groups in Sentry.
Get Unified Group
Get a unified Sentry group by ID.
List Unified Organizations
List unified organizations in Sentry.
Get Unified Organization
Get a unified Sentry organization by ID.
List Unified Resource Types
List unified resource types in Sentry.
List Unified Resource Users
List unified resource users in Sentry.
List Unified Roles
List unified roles in Sentry.
Get Unified Role
Get a unified Sentry role by ID.
List Unified Users
List unified users in Sentry.
Get Unified User
Get a unified Sentry user by ID.
List Your Organizations
Return a list of organizations available to the authenticated session.
Retrieve An Organization
Return details on an individual organization, including various details such as membership access and teams.
Update Organization
Update settings and properties of an organization.
List An Organization’s Repositories
Return a list of version control repositories for a given organization.
List An Organization’s Projects
Return a list of projects bound to a organization.
Add A Member To An Organization
Add or invite a member to an organization.
Retrieve An Organization Member
Retrieve an organization member’s details.
Delete An Organization Member
Remove an organization member.
List A Repository’s Commits
List commits for a specific repository.
List An Organization’s Members
List all organization members.
Resolve A Short ID
Resolve a short ID to the project slug and group details.
Resolve An Event ID
Resolve an event ID to the project slug and internal issue ID and internal event ID.
Retrieve An Organization’s Events Count By Project
Query summarized event counts by project for your Organization.
Retrieve Event Counts For An Organization (v2)
Query event counts for your Organization with advanced grouping and filtering.
Update Organization Member Roles
Update a member’s organization-level and team-level roles.
Add A Team To A Project
Give a team access to a project.
Create A New Project
Create a new project bound to a team.
Delete A Project
Schedules a project for deletion.
Delete A Team From A Project
Revoke a team’s access to a project.
List A Project’s Data Filters
Retrieve a list of filters for a given project.
List A Project’s Organization Members
Returns a list of active organization members that belong to any team assigned to the project.
List A Project’s Users
Return a list of users seen within this project.
List A Tag’s Values
Return a list of values associated with this key.
Retrieve A Project
Return details on an individual project.
Retrieve Event Counts For A Project
Return a set of points representing a normalized timestamp and the number of events seen in the period.
Retrieve Ownership Configuration For A Project
Returns details on a project’s ownership configuration.
Update Ownership Configuration For A Project
Updates ownership configurations for a project.
List A Project’s Client Keys
Return a list of client keys bound to a project.
List A Project Release’s Commits
List a project release’s commits.
List A Project’s Release Files
Return a list of files for a given release.
List A Release’s Deploys
Returns a list of deploys based on the organization, version, and project.
List An Organization Release’s Commits
List an organization release’s commits.
List An Organization’s Release Files
Return a list of files for a given release.
List An Organization’s Releases
Return a list of releases for a given organization.
Retrieve A Project Release’s File
Retrieve a file for a given release.
Retrieve An Organization Release’s File
Retrieve a file for a given release.
Retrieve An Organization’s Release
Return details on an individual release.
Retrieve Files Changed In A Release’s Commits
Retrieve files changed in a release’s commits.
Retrieve Statuses Of Release Thresholds (Alpha)
List all derived statuses of releases that fall within the provided start/end datetimes.
Retrieve A Replay Instance
Return details on an individual replay.
List An Organization’s Replays
Return a list of replays belonging to an organization.
List An Organization’s Selectors
Return a list of selectors for a given organization.
List Recording Segments
Return a collection of replay recording segments.
Retrieve A Recording Segment
Return a replay recording segment.
List Users Who Have Viewed A Replay
Return a list of users who have viewed a replay.
Delete A Replay Instance
Delete a replay.
List An Organization’s Teams
Returns a list of teams bound to an organization.
List A User’s Teams For An Organization
Returns a list of teams the user has access to in the specified organization.
List A Team’s Projects
Return a list of projects bound to a team.
List A Team’s Members
List all members on a team.
List A Project’s Teams
Return a list of teams that have access to this project.
Add An Organization Member To A Team
Add an organization member to a team.
Create A New Team
Create a new team bound to an organization.
Delete A Team
Schedules a team for deletion.
Delete An Organization Member From A Team
Delete an organization member from a team.
Retrieve A Team
Return details on an individual team.
Update A Team
Update various attributes and configurable settings for the given team.
Update An Organization Member’s Team Role
Update an organization member’s team-level role.
Events
|
15 events
Event
Description
Tags
Installation Created
Triggered when a Sentry integration installation is created.
Installation
Installation Deleted
Triggered when a Sentry integration installation is deleted.
Installation
Issue Alert Triggered
Triggered when a Sentry issue alert rule is triggered.
Issue Alert
Metric Alert Critical
Triggered when a Sentry metric alert reaches critical threshold.
Metric Alert
Metric Alert Warning
Triggered when a Sentry metric alert reaches warning threshold.
Metric Alert
Metric Alert Resolved
Triggered when a Sentry metric alert is resolved.
Metric Alert
Issue Created
Triggered when a new issue is created in Sentry.
Issue
Issue Resolved
Triggered when an issue is resolved in Sentry.
Issue
Issue Assigned
Triggered when an issue is assigned to a user in Sentry.
Issue
Issue Archived
Triggered when an issue is archived in Sentry.
Issue
Issue Unresolved
Triggered when an issue is unresolved (reopened) in Sentry.
Issue
Comment Created
Triggered when a comment is created on an issue in Sentry.
Comment
Comment Updated
Triggered when a comment is updated on an issue in Sentry.
Comment
Comment Deleted
Triggered when a comment is deleted from an issue in Sentry.
Comment
Error Created
Triggered when a new error is created in Sentry. Available on Business and Enterprise plans only.
Error

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/sentry/filled/png

Connector Profile

Sentry - Auth Token
https://stackone-logos.com/api/sentry/filled/png

Connector Profile

Sentry - OAuth 2.0 (Confidential Application)
https://stackone-logos.com/api/sentry/filled/png

Connector Profile

Sentry - OAuth 2.0 (Public Application)
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/sentry/filled/png

Link Account

Sentry - Auth Token
https://stackone-logos.com/api/sentry/filled/png

Link Account

Sentry - OAuth 2.0 (Confidential Application)
https://stackone-logos.com/api/sentry/filled/png

Link Account

Sentry - OAuth 2.0 (Public Application)
4

Use Actions

Invoke actions using one of the methods below: