All integrations

Sentry

DEVELOPER · DEVELOPER

Issues, events, releases and alerts across the projects that person can see.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

sentry_add_organization_memberWRITE

Add a Member to an Organization. POST /api/0/organizations/{organization_id_or_slug}/members/ on Sentry. Requires organization_id_or_slug, email.

member:admin
sentry_add_organization_member_teamWRITE

Add an Organization Member to a Team. POST /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/ on Sentry. Requires organization_id_or_slug, member_id, team_id_or_slug.

org:read
sentry_add_project_symbol_sourceWRITE

Add a Symbol Source to a Project. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, type, name.

project:admin
sentry_add_project_teamWRITE

Add a Team to a Project. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, team_id_or_slug.

project:admin
sentry_bulk_mutate_a_list_of_issuesWRITE

Bulk mutate various attributes on issues. The list of issues to modify is given through the `id` query parameter. It is repeated for each issue that should be modified. - For non-status updates, the `id` query parameter is required. - For status updates...

event:write
sentry_bulk_remove_a_list_of_issuesWRITE

DESTRUCTIVE - Permanently remove the given issues. The list of issues to modify is given through the `id` query parameter. It is repeated for each issue that should be removed. Only queries by 'id' are accepted. If any IDs are out of scope this operation will...

event:admin
sentry_bulk_update_project_environmentsWRITE

Bulk update the visibility for a project's environments.

project:admin
sentry_create_an_external_issue_and_link_it_to_an_issueWRITE

Create a new issue in the external provider (such as a Jira ticket or GitHub issue) and link it to the given Sentry issue. The accepted fields are integration-specific; fetch them from the `createIssueConfig` returned by the `GET` endpoint with...

event:admin
sentry_create_or_update_an_external_issueWRITE

Create or update an external issue from an integration platform integration.

event:write
sentry_create_organization_dashboardWRITE

Create a New Dashboard for an Organization

org:admin
sentry_create_organization_discover_saved_queryWRITE

Create a New Saved Query. POST /api/0/organizations/{organization_id_or_slug}/discover/saved/ on Sentry. Requires organization_id_or_slug, name.

org:admin
sentry_create_organization_external_userWRITE

Create an External User. POST /api/0/organizations/{organization_id_or_slug}/external-users/ on Sentry. Requires organization_id_or_slug, user_id, external_name, provider, integration_id.

org:admin
sentry_create_organization_forwardingWRITE

Create a Data Forwarder for an Organization

org:write
sentry_create_organization_monitorWRITE

Create a Monitor. POST /api/0/organizations/{organization_id_or_slug}/monitors/ on Sentry. Requires organization_id_or_slug, project, name, config.

alerts:write
sentry_create_organization_notifications_actionWRITE

Create a Spike Protection Notification Action

org:admin
sentry_create_organization_projectWRITE

Create a Project for an Organization. POST /api/0/organizations/{organization_id_or_slug}/projects/ on Sentry. Requires organization_id_or_slug, name.

project:admin
sentry_create_organization_project_detectorWRITE

Create a Monitor for a Project. POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, name, type.

alerts:write
sentry_create_organization_releaseWRITE

Create a New Release for an Organization

org:ci
sentry_create_organization_release_deployWRITE

Create a Deploy. POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/ on Sentry. Requires organization_id_or_slug, version, environment.

org:ci
sentry_create_organization_teamWRITE

Create a New Team. POST /api/0/organizations/{organization_id_or_slug}/teams/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_create_organization_workflowWRITE

Create an Alert for an Organization. POST /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug, name.

alerts:write
sentry_create_project_keyWRITE

Create a New Client Key. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_create_project_preprod_size_analysis_skipped_status_checkWRITE

Create a skipped Size Analysis status check

org:ci
sentry_create_project_preprod_snapshot_skipped_status_checkWRITE

Create a skipped Snapshot status check. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/snapshots/status-checks/skip/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, sha, repository, provider.

org:ci
sentry_create_project_replay_deletion_jobWRITE

Create Replay Batch Deletion Job. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, data.

project:admin
sentry_create_team_external_teamWRITE

Create an External Team. POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/ on Sentry. Requires organization_id_or_slug, team_id_or_slug, external_name, provider, integration_id.

team:admin
sentry_create_team_projectWRITE

Create a New Project. POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/ on Sentry. Requires organization_id_or_slug, team_id_or_slug, name.

project:admin
sentry_delete_an_external_issueWRITE

DESTRUCTIVE — Delete an external issue. DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/ on Sentry. Requires uuid, external_issue_id.

event:admin
sentry_delete_organization_dashboardWRITE

DESTRUCTIVE - Delete an Organization's Custom Dashboard

org:admin
sentry_delete_organization_detectorWRITE

DESTRUCTIVE — Delete a Monitor. DELETE /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/ on Sentry. Requires organization_id_or_slug, detector_id.

alerts:write
sentry_delete_organization_detectorsWRITE

DESTRUCTIVE — Bulk Delete Monitors. DELETE /api/0/organizations/{organization_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug.

alerts:write
sentry_delete_organization_discover_saved_queryWRITE

DESTRUCTIVE - Delete an Organization's Discover Saved Query

org:admin
sentry_delete_organization_external_userWRITE

DESTRUCTIVE — Delete an External User. DELETE /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/ on Sentry. Requires organization_id_or_slug, external_user_id.

org:admin
sentry_delete_organization_forwardingWRITE

DESTRUCTIVE - Delete a Data Forwarder for an Organization

org:write
sentry_delete_organization_integrationWRITE

DESTRUCTIVE - Delete an Integration for an Organization

org:admin
sentry_delete_organization_issueWRITE

DESTRUCTIVE — Remove an Issue. DELETE /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_delete_organization_issuesWRITE

DESTRUCTIVE - Bulk Remove an Organization's Issues

event:admin
sentry_delete_organization_memberWRITE

DESTRUCTIVE - Delete an Organization Member

member:admin
sentry_delete_organization_member_teamWRITE

DESTRUCTIVE - Delete an Organization Member from a Team

org:admin
sentry_delete_organization_monitorWRITE

DESTRUCTIVE - Delete a Monitor or Monitor Environments

alerts:write
sentry_delete_organization_notifications_actionWRITE

DESTRUCTIVE - Delete a Spike Protection Notification Action

org:admin
sentry_delete_organization_preprod_artifact_snapshotWRITE

DESTRUCTIVE — Delete a Snapshot. DELETE /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/ on Sentry. Requires organization_id_or_slug, snapshot_id.

project:admin
sentry_delete_organization_releaseWRITE

DESTRUCTIVE - Delete an Organization's Release

project:admin
sentry_delete_organization_release_fileWRITE

DESTRUCTIVE - Delete an Organization Release's File

project:admin
sentry_delete_organization_scim_v2_groupWRITE

DESTRUCTIVE — Delete an Individual Team. DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug} on Sentry. Requires organization_id_or_slug, team_id_or_slug.

team:admin
sentry_delete_organization_scim_v2_userWRITE

DESTRUCTIVE - Delete an Organization Member via SCIM

member:admin
sentry_delete_organization_workflowWRITE

DESTRUCTIVE — Delete an Alert. DELETE /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/ on Sentry. Requires organization_id_or_slug, workflow_id.

alerts:write
sentry_delete_organization_workflowsWRITE

DESTRUCTIVE — Bulk Delete Alerts. DELETE /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug.

alerts:write
sentry_delete_projectWRITE

DESTRUCTIVE — Delete a Project. DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_delete_project_keyWRITE

DESTRUCTIVE — Delete a Client Key. DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, key_id.

project:admin
sentry_delete_project_monitorWRITE

DESTRUCTIVE - Delete a Monitor or Monitor Environments for a Project

alerts:write
sentry_delete_project_release_fileWRITE

DESTRUCTIVE - Delete a Project Release's File

project:admin
sentry_delete_project_replayWRITE

DESTRUCTIVE — Delete a Replay Instance. DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, replay_id.

project:admin
sentry_delete_project_symbol_sourceWRITE

DESTRUCTIVE - Delete a Symbol Source from a Project

project:admin
sentry_delete_project_teamWRITE

DESTRUCTIVE - Delete a Team from a Project

project:admin
sentry_delete_sentry_appWRITE

DESTRUCTIVE - Delete a custom integration.

org:admin
sentry_delete_teamWRITE

DESTRUCTIVE — Delete a Team. DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/ on Sentry. Requires organization_id_or_slug, team_id_or_slug.

team:admin
sentry_delete_team_external_teamWRITE

DESTRUCTIVE — Delete an External Team. DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/ on Sentry. Requires organization_id_or_slug, team_id_or_slug, external_team_id.

team:admin
sentry_disable_spike_protectionWRITE

DESTRUCTIVE - Disables Spike Protection feature for some of the projects within the organization.

project:read
sentry_enable_spike_protectionWRITE

Enables Spike Protection feature for some of the projects within the organization.

project:read
sentry_get_organizationREAD

Retrieve an Organization. GET /api/0/organizations/{organization_id_or_slug}/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_get_organization_config_integrationsREAD

Get Integration Provider Information. GET /api/0/organizations/{organization_id_or_slug}/config/integrations/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_get_organization_dashboardREAD

Retrieve an Organization's Custom Dashboard

org:admin
sentry_get_organization_detectorREAD

Fetch a Monitor. GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/ on Sentry. Requires organization_id_or_slug, detector_id.

alerts:read
sentry_get_organization_discover_saved_queryREAD

Retrieve an Organization's Discover Saved Query

org:admin
sentry_get_organization_integrationREAD

Retrieve an Integration for an Organization

org:admin
sentry_get_organization_issueREAD

Retrieve an Issue. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_get_organization_issue_autofix_stateREAD

Retrieve Seer Issue Fix State. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_get_organization_issue_eventREAD

Retrieve an Issue Event. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/{event_id}/ on Sentry. Requires organization_id_or_slug, issue_id, event_id.

event:admin
sentry_get_organization_issue_tagREAD

Retrieve Tag Details. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/ on Sentry. Requires issue_id, organization_id_or_slug, key.

event:admin
sentry_get_organization_memberREAD

Retrieve an Organization Member. GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/ on Sentry. Requires organization_id_or_slug, member_id.

member:admin
sentry_get_organization_monitorREAD

Retrieve a Monitor. GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/ on Sentry. Requires organization_id_or_slug, monitor_id_or_slug.

alerts:read
sentry_get_organization_notifications_actionREAD

Retrieve a Spike Protection Notification Action

org:admin
sentry_get_organization_preprod_artifact_install_detailsREAD

Retrieve install info for a given artifact

org:admin
sentry_get_organization_preprod_artifact_size_analysisREAD

Retrieve Size Analysis results for a given artifact

org:admin
sentry_get_organization_preprod_artifact_snapshotREAD

Retrieve Snapshot details. GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/ on Sentry. Requires organization_id_or_slug, snapshot_id.

org:ci
sentry_get_organization_preprod_artifact_snapshot_imageREAD

Retrieve Snapshot image detail. GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/ on Sentry. Requires organization_id_or_slug, snapshot_id, image_identifier.

org:ci
sentry_get_organization_preprod_artifact_snapshot_latest_baseREAD

Retrieve latest base Snapshot. GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/ on Sentry. Requires organization_id_or_slug, app_id.

org:ci
sentry_get_organization_profiling_flamegraphREAD

Retrieve a Flamegraph for an Organization

org:admin
sentry_get_organization_releaseREAD

Retrieve an Organization's Release. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/ on Sentry. Requires organization_id_or_slug, version.

org:ci
sentry_get_organization_release_fileREAD

Retrieve an Organization Release's File. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/ on Sentry. Requires organization_id_or_slug, version, file_id.

org:ci
sentry_get_organization_replayREAD

Retrieve a Replay Instance. GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/ on Sentry. Requires organization_id_or_slug, replay_id.

org:admin
sentry_get_organization_replay_countREAD

Retrieve a Count of Replays for a Given Issue or Transaction

org:admin
sentry_get_organization_scim_v2_groupREAD

Query an Individual Team. GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug} on Sentry. Requires team_id_or_slug, organization_id_or_slug.

team:admin
sentry_get_organization_scim_v2_userREAD

Query an Individual Organization Member. GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id} on Sentry. Requires organization_id_or_slug, member_id.

member:admin
sentry_get_organization_sessionsREAD

Retrieve Release Health Session Statistics

org:admin
sentry_get_organization_stats_summaryREAD

Retrieve an Organization's Events Count by Project

org:admin
sentry_get_organization_traceREAD

Retrieve a Trace. GET /api/0/organizations/{organization_id_or_slug}/trace/{trace_id}/ on Sentry. Requires organization_id_or_slug, trace_id.

org:admin
sentry_get_organization_trace_metaREAD

Retrieve Trace Metadata. GET /api/0/organizations/{organization_id_or_slug}/trace-meta/{trace_id}/ on Sentry. Requires organization_id_or_slug, trace_id.

org:admin
sentry_get_organization_workflowREAD

Fetch an Alert. GET /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/ on Sentry. Requires organization_id_or_slug, workflow_id.

alerts:read
sentry_get_projectREAD

Retrieve a Project. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_get_project_environmentREAD

Retrieve a Project Environment. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, environment.

project:admin
sentry_get_project_eventREAD

Retrieve an Event for a Project. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, event_id.

project:admin
sentry_get_project_event_attachmentREAD

Retrieve an Event Attachment. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/{attachment_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, event_id, attachment_id.

project:admin
sentry_get_project_event_source_map_debugREAD

Get Debug Information Related to Source Maps for a Given Event

project:admin
sentry_get_project_installable_build_latestREAD

Get the latest installable build for a project

project:admin
sentry_get_project_keyREAD

Retrieve a Client Key. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, key_id.

project:admin
sentry_get_project_monitorREAD

Retrieve a Monitor for a Project. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, monitor_id_or_slug.

alerts:read
sentry_get_project_ownershipREAD

Retrieve Ownership Configuration for a Project

project:admin
sentry_get_project_preprod_size_analysis_status_check_rulesREAD

Retrieve Size Analysis status check rules for a project

project:admin
sentry_get_project_preprod_snapshot_status_check_rulesREAD

Retrieve Snapshot status check rules for a project

project:admin
sentry_get_project_profiling_profileREAD

Retrieve a Profile. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/profiling/profiles/{profile_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, profile_id.

project:admin
sentry_get_project_release_fileREAD

Retrieve a Project Release's File. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, version, file_id.

org:ci
sentry_get_project_replay_deletion_jobREAD

Retrieve a Replay Batch-Deletion Job. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/{job_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, job_id.

project:admin
sentry_get_project_replay_recording_segmentREAD

Retrieve a Recording Segment. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/{segment_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, replay_id, segment_id.

project:admin
sentry_get_sentry_appREAD

Retrieve a custom integration by ID or slug.

event:admin
sentry_get_teamREAD

Retrieve a Team. GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/ on Sentry. Requires organization_id_or_slug, team_id_or_slug.

team:admin
sentry_link_an_existing_external_issue_to_an_issueWRITE

Link an issue that already exists in the external provider (such as a Jira ticket or GitHub issue) to the given Sentry issue. Additional accepted fields are integration-specific; fetch them from the `linkIssueConfig` returned by the `GET` endpoint with...

event:admin
sentry_link_project_repositoryWRITE

Link a Repository to a Project. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/repo/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, repository_id.

project:admin
sentry_list_a_project_s_issuesREAD

**Deprecated**: This endpoint has been replaced with the [Organization Issues endpoint](/api/events/list-an-organizations-issues/) which supports filtering on project and additional functionality. Return a list of issues (groups) bound to a project. All...

event:read
sentry_list_a_project_s_service_hooksREAD

Return a list of service hooks bound to a project.

project:read
sentry_list_a_project_s_user_feedbackREAD

Return a list of user feedback items within this project. *This list does not include submissions from the [User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-feedback-widget). This is because it is based on an older format called User...

project:read
sentry_list_a_tag_s_valuesREAD

Return a list of values associated with this key. The `query` parameter can be used to to perform a "contains" match on values. When [paginated](/api/pagination) can return at most 1000 values.

project:read
sentry_list_an_organization_s_integration_platform_installationsREAD

Return a list of integration platform installations for a given organization.

org:read
sentry_list_organization_dashboardsREAD

List an Organization's Custom Dashboards

org:admin
sentry_list_organization_detectorsREAD

Fetch an Organization's Monitors. GET /api/0/organizations/{organization_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug.

alerts:read
sentry_list_organization_discover_saved_queriesREAD

List an Organization's Discover Saved Queries

org:admin
sentry_list_organization_environmentsREAD

List an Organization's Environments. GET /api/0/organizations/{organization_id_or_slug}/environments/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_eventsREAD

Query Explore Events in Table Format. GET /api/0/organizations/{organization_id_or_slug}/events/ on Sentry. Requires organization_id_or_slug, field, dataset.

org:admin
sentry_list_organization_events_timeseriesREAD

Query Explore Events in Timeseries Format

org:admin
sentry_list_organization_forwardingREAD

Retrieve Data Forwarders for an Organization

org:read
sentry_list_organization_integrationsREAD

List an Organization's Available Integrations

org:admin
sentry_list_organization_issue_eventsREAD

List an Issue's Events. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_list_organization_issue_external_issuesREAD

Retrieve custom integration issue links for the given Sentry issue

event:admin
sentry_list_organization_issue_hashesREAD

List an Issue's Hashes. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/hashes/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_list_organization_issue_tag_valuesREAD

List a Tag's Values for an Issue. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/ on Sentry. Requires issue_id, organization_id_or_slug, key.

event:admin
sentry_list_organization_issuesREAD

List an Organization's Issues. GET /api/0/organizations/{organization_id_or_slug}/issues/ on Sentry. Requires organization_id_or_slug.

event:admin
sentry_list_organization_membersREAD

List an Organization's Members. GET /api/0/organizations/{organization_id_or_slug}/members/ on Sentry. Requires organization_id_or_slug.

member:admin
sentry_list_organization_monitor_checkinsREAD

Retrieve Check-Ins for a Monitor. GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/ on Sentry. Requires organization_id_or_slug, monitor_id_or_slug.

alerts:read
sentry_list_organization_monitorsREAD

Retrieve Monitors for an Organization. GET /api/0/organizations/{organization_id_or_slug}/monitors/ on Sentry. Requires organization_id_or_slug.

alerts:read
sentry_list_organization_notifications_actionsREAD

List Spike Protection Notifications. GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_profiling_chunksREAD

Retrieve Profile Chunks for an Organization

org:admin
sentry_list_organization_project_keysREAD

List an Organization's Client Keys. GET /api/0/organizations/{organization_id_or_slug}/project-keys/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_projectsREAD

List an Organization's Projects. GET /api/0/organizations/{organization_id_or_slug}/projects/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_relay_usageREAD

List an Organization's trusted Relays. GET /api/0/organizations/{organization_id_or_slug}/relay_usage/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_release_commitsREAD

List an Organization Release's Commits. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/commits/ on Sentry. Requires organization_id_or_slug, version.

org:ci
sentry_list_organization_release_deploysREAD

List a Release's Deploys. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/ on Sentry. Requires organization_id_or_slug, version.

org:ci
sentry_list_organization_release_filesREAD

List an Organization's Release Files. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/ on Sentry. Requires organization_id_or_slug, version.

org:ci
sentry_list_organization_release_threshold_statusesREAD

Retrieve Statuses of Release Thresholds (Alpha)

org:ci
sentry_list_organization_releasesREAD

List an Organization's Releases. GET /api/0/organizations/{organization_id_or_slug}/releases/ on Sentry. Requires organization_id_or_slug.

org:ci
sentry_list_organization_replay_selectorsREAD

List an Organization's Selectors. GET /api/0/organizations/{organization_id_or_slug}/replay-selectors/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_replaysREAD

List an Organization's Replays. GET /api/0/organizations/{organization_id_or_slug}/replays/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_repo_commitsREAD

List a Repository's Commits. GET /api/0/organizations/{organization_id_or_slug}/repos/{repo_id}/commits/ on Sentry. Requires organization_id_or_slug, repo_id.

org:admin
sentry_list_organization_reposREAD

List an Organization's Repositories. GET /api/0/organizations/{organization_id_or_slug}/repos/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_scim_v2_groupsREAD

List an Organization's Paginated Teams. GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups on Sentry. Requires organization_id_or_slug.

team:admin
sentry_list_organization_scim_v2_usersREAD

List an Organization's SCIM Members. GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users on Sentry. Requires organization_id_or_slug.

member:admin
sentry_list_organization_sentry_appsREAD

Retrieve the custom integrations created by an organization

org:admin
sentry_list_organization_stats_v2READ

Retrieve Event Counts for an Organization (v2)

org:admin
sentry_list_organization_tagsREAD

List an Organization's Tags. GET /api/0/organizations/{organization_id_or_slug}/tags/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_teamsREAD

List an Organization's Teams. GET /api/0/organizations/{organization_id_or_slug}/teams/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_trace_item_attributesREAD

List Trace Item Attributes. GET /api/0/organizations/{organization_id_or_slug}/trace-items/attributes/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_user_teamsREAD

List a User's Teams for an Organization. GET /api/0/organizations/{organization_id_or_slug}/user-teams/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_list_organization_workflowsREAD

Fetch Alerts. GET /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug.

alerts:read
sentry_list_organizationsREAD

List Your Organizations. GET /api/0/organizations/ on Sentry.

org:admin
sentry_list_project_debug_filesREAD

List a Project's Debug Information Files

org:ci
sentry_list_project_environmentsREAD

List a Project's Environments. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_event_attachmentsREAD

List an Event's Attachments. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, event_id.

project:admin
sentry_list_project_eventsREAD

List a Project's Error Events. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_filtersREAD

List a Project's Data Filters. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_keysREAD

List a Project's Client Keys. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_membersREAD

List a Project's Organization Members. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/members/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_monitor_checkinsREAD

Retrieve Check-Ins for a Monitor by Project

alerts:read
sentry_list_project_release_commitsREAD

List a Project Release's Commits. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/commits/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, version.

org:ci
sentry_list_project_release_filesREAD

List a Project's Release Files. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, version.

org:ci
sentry_list_project_releasesREAD

List a Project's Releases. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

org:ci
sentry_list_project_replay_clicksREAD

List Clicked Nodes. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, replay_id.

project:admin
sentry_list_project_replay_deletion_jobsREAD

List Replay Batch-Deletion Jobs. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_replay_recording_segmentsREAD

List Recording Segments. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, replay_id.

project:admin
sentry_list_project_replay_viewed_byREAD

List Users Who Have Viewed a Replay. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, replay_id.

event:admin
sentry_list_project_statsREAD

Retrieve Event Counts for a Project. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/stats/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_symbol_sourcesREAD

Retrieve a Project's Symbol Sources. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_teamsREAD

List a Project's Teams. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_project_usersREAD

List a Project's Users. GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_list_seer_modelsREAD

List Seer AI Models. GET /api/0/seer/models/ on Sentry.

org:read
sentry_list_team_membersREAD

List a Team's Members. GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/members/ on Sentry. Requires organization_id_or_slug, team_id_or_slug.

team:admin
sentry_list_team_projectsREAD

List a Team's Projects. GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/ on Sentry. Requires organization_id_or_slug, team_id_or_slug.

project:admin
sentry_provision_organization_scim_v2_groupWRITE

Provision a New Team. POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups on Sentry. Requires organization_id_or_slug, display_name.

team:admin
sentry_provision_organization_scim_v2_userWRITE

Provision a New Organization Member. POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Users on Sentry. Requires organization_id_or_slug, user_name.

member:admin
sentry_remove_a_service_hookWRITE

DESTRUCTIVE — Remove a service hook. DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, hook_id.

project:admin
sentry_resolve_organization_event_idREAD

Resolve an Event ID. GET /api/0/organizations/{organization_id_or_slug}/eventids/{event_id}/ on Sentry. Requires organization_id_or_slug, event_id.

org:admin
sentry_resolve_organization_short_idREAD

Resolve a Short ID. GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_retrieve_a_service_hookREAD

Return a service hook bound to a project.

project:read
sentry_retrieve_an_integration_s_issue_config_for_an_issueREAD

Retrieve the form fields needed to either link an existing external issue (such as a Jira ticket or GitHub issue) to a Sentry issue, or create a new one. The returned `linkIssueConfig`/`createIssueConfig` describes the fields to submit back to this endpoint...

event:admin
sentry_retrieve_files_changed_in_a_release_s_commitsREAD

Retrieve files changed in a release's commits

project:releases
sentry_retrieve_trace_item_statisticsREAD

Compute statistics, such as attribute value distributions, over the trace items (spans or occurrences) matching the given query within the requested time range.

org:admin
sentry_start_organization_issue_autofixWRITE

Start Seer Issue Fix. POST /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/ on Sentry. Requires organization_id_or_slug, issue_id.

event:admin
sentry_submit_user_feedbackWRITE

*This endpoint is DEPRECATED. We document it here for older SDKs and users who are still migrating to the [User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-feedback-widget) or...

project:write
sentry_unlink_an_external_issue_from_an_issueWRITE

DESTRUCTIVE - Remove the link between a Sentry issue and an external issue. If no other Sentry issues reference the external issue, the link record is deleted entirely. This does not delete the issue in the external provider.

event:admin
sentry_update_organizationWRITE

Update an Organization. PUT /api/0/organizations/{organization_id_or_slug}/ on Sentry. Requires organization_id_or_slug.

org:admin
sentry_update_organization_dashboardWRITE

Edit an Organization's Custom Dashboard. PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/ on Sentry. Requires organization_id_or_slug, dashboard_id.

org:admin
sentry_update_organization_detectorWRITE

Update a Monitor by ID. PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/ on Sentry. Requires organization_id_or_slug, detector_id, name, type.

alerts:write
sentry_update_organization_detectorsWRITE

Mutate an Organization's Monitors. PUT /api/0/organizations/{organization_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug, enabled.

alerts:write
sentry_update_organization_discover_saved_queryWRITE

Edit an Organization's Discover Saved Query

org:admin
sentry_update_organization_external_userWRITE

Update an External User. PUT /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/ on Sentry. Requires organization_id_or_slug, external_user_id, user_id, external_name, provider, integration_id.

org:admin
sentry_update_organization_forwardingWRITE

Update a Data Forwarder for an Organization

org:write
sentry_update_organization_issueWRITE

Update an Issue. PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id, inbox, status, status_details, substatus, has_seen, is_bookmarked, is_public, is_subscribed, merge, discard, assigned_to, priority.

event:admin
sentry_update_organization_issuesWRITE

Bulk Mutate an Organization's Issues. PUT /api/0/organizations/{organization_id_or_slug}/issues/ on Sentry. Requires organization_id_or_slug, inbox, status, status_details, substatus, has_seen, is_bookmarked, is_public, is_subscribed, merge, discard, assigned_to, priority.

event:admin
sentry_update_organization_memberWRITE

Update an Organization Member's Roles. PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/ on Sentry. Requires organization_id_or_slug, member_id.

member:admin
sentry_update_organization_member_teamWRITE

Update an Organization Member's Team Role

member:admin
sentry_update_organization_monitorWRITE

Update a Monitor. PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/ on Sentry. Requires organization_id_or_slug, monitor_id_or_slug, project, name, config.

alerts:write
sentry_update_organization_notifications_actionWRITE

Update a Spike Protection Notification Action

org:admin
sentry_update_organization_releaseWRITE

Update an Organization's Release. PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/ on Sentry. Requires organization_id_or_slug, version.

org:ci
sentry_update_organization_release_fileWRITE

Update an Organization Release File. PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/ on Sentry. Requires organization_id_or_slug, version, file_id, name.

org:ci
sentry_update_organization_scim_v2_groupWRITE

Update a Team's Attributes. PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug} on Sentry. Requires organization_id_or_slug, team_id_or_slug, operations.

team:admin
sentry_update_organization_scim_v2_userWRITE

Update an Organization Member's Attributes

member:admin
sentry_update_organization_workflowWRITE

Update an Alert by ID. PUT /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/ on Sentry. Requires organization_id_or_slug, workflow_id, name.

alerts:write
sentry_update_organization_workflowsWRITE

Mutate an Organization's Alerts. PUT /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug, enabled.

alerts:write
sentry_update_projectWRITE

Update a Project. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

project:admin
sentry_update_project_environmentWRITE

Update a Project Environment. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, environment, is_hidden.

project:admin
sentry_update_project_filterWRITE

Update an Inbound Data Filter. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/{filter_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, filter_id.

project:admin
sentry_update_project_keyWRITE

Update a Client Key. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, key_id.

project:admin
sentry_update_project_monitorWRITE

Update a Monitor for a Project. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, monitor_id_or_slug, project, name, config.

alerts:write
sentry_update_project_ownershipWRITE

Update Ownership Configuration for a Project

project:admin
sentry_update_project_release_fileWRITE

Update a Project Release File. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, version, file_id, name.

org:ci
sentry_update_project_symbol_sourceWRITE

Update a Project's Symbol Source. PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, id, type, name.

project:admin
sentry_update_sentry_appWRITE

Update an existing custom integration. PUT /api/0/sentry-apps/{sentry_app_id_or_slug}/ on Sentry. Requires sentry_app_id_or_slug, name, scopes.

org:admin
sentry_update_teamWRITE

Update a Team. PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/ on Sentry. Requires organization_id_or_slug, team_id_or_slug, slug.

team:admin
sentry_update_team_external_teamWRITE

Update an External Team. PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/ on Sentry. Requires organization_id_or_slug, team_id_or_slug, external_team_id, external_name, provider, integration_id.

team:admin
sentry_upload_organization_release_fileWRITE

Upload a New Organization Release File. POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/ on Sentry. Requires organization_id_or_slug, version.

org:ci
sentry_upload_project_preprod_artifact_snapshotWRITE

Upload a Snapshot. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/ on Sentry. Requires organization_id_or_slug, project_id_or_slug.

org:ci
sentry_upload_project_release_fileWRITE

Upload a New Project Release File. POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/ on Sentry. Requires organization_id_or_slug, project_id_or_slug, version.

org:ci

Put Sentry behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.