DEVELOPER · DEVELOPER
Issues, events, releases and alerts across the projects that person can see.
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.
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.
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.
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_memberWRITEAdd a Member to an Organization. POST /api/0/organizations/{organization_id_or_slug}/members/ on Sentry. Requires organization_id_or_slug, email.
sentry_add_organization_member_teamWRITEAdd 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.
sentry_add_project_symbol_sourceWRITEAdd 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.
sentry_add_project_teamWRITEAdd 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.
sentry_bulk_mutate_a_list_of_issuesWRITEBulk 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...
sentry_bulk_remove_a_list_of_issuesWRITEDESTRUCTIVE - 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...
sentry_bulk_update_project_environmentsWRITEBulk update the visibility for a project's environments.
sentry_create_an_external_issue_and_link_it_to_an_issueWRITECreate 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...
sentry_create_or_update_an_external_issueWRITECreate or update an external issue from an integration platform integration.
sentry_create_organization_dashboardWRITECreate a New Dashboard for an Organization
sentry_create_organization_discover_saved_queryWRITECreate a New Saved Query. POST /api/0/organizations/{organization_id_or_slug}/discover/saved/ on Sentry. Requires organization_id_or_slug, name.
sentry_create_organization_external_userWRITECreate 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.
sentry_create_organization_forwardingWRITECreate a Data Forwarder for an Organization
sentry_create_organization_monitorWRITECreate a Monitor. POST /api/0/organizations/{organization_id_or_slug}/monitors/ on Sentry. Requires organization_id_or_slug, project, name, config.
sentry_create_organization_notifications_actionWRITECreate a Spike Protection Notification Action
sentry_create_organization_projectWRITECreate a Project for an Organization. POST /api/0/organizations/{organization_id_or_slug}/projects/ on Sentry. Requires organization_id_or_slug, name.
sentry_create_organization_project_detectorWRITECreate 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.
sentry_create_organization_releaseWRITECreate a New Release for an Organization
sentry_create_organization_release_deployWRITECreate a Deploy. POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/ on Sentry. Requires organization_id_or_slug, version, environment.
sentry_create_organization_teamWRITECreate a New Team. POST /api/0/organizations/{organization_id_or_slug}/teams/ on Sentry. Requires organization_id_or_slug.
sentry_create_organization_workflowWRITECreate an Alert for an Organization. POST /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug, name.
sentry_create_project_keyWRITECreate 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.
sentry_create_project_preprod_size_analysis_skipped_status_checkWRITECreate a skipped Size Analysis status check
sentry_create_project_preprod_snapshot_skipped_status_checkWRITECreate 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.
sentry_create_project_replay_deletion_jobWRITECreate 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.
sentry_create_team_external_teamWRITECreate 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.
sentry_create_team_projectWRITECreate 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.
sentry_delete_an_external_issueWRITEDESTRUCTIVE — Delete an external issue. DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/ on Sentry. Requires uuid, external_issue_id.
sentry_delete_organization_dashboardWRITEDESTRUCTIVE - Delete an Organization's Custom Dashboard
sentry_delete_organization_detectorWRITEDESTRUCTIVE — Delete a Monitor. DELETE /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/ on Sentry. Requires organization_id_or_slug, detector_id.
sentry_delete_organization_detectorsWRITEDESTRUCTIVE — Bulk Delete Monitors. DELETE /api/0/organizations/{organization_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug.
sentry_delete_organization_discover_saved_queryWRITEDESTRUCTIVE - Delete an Organization's Discover Saved Query
sentry_delete_organization_external_userWRITEDESTRUCTIVE — 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.
sentry_delete_organization_forwardingWRITEDESTRUCTIVE - Delete a Data Forwarder for an Organization
sentry_delete_organization_integrationWRITEDESTRUCTIVE - Delete an Integration for an Organization
sentry_delete_organization_issueWRITEDESTRUCTIVE — Remove an Issue. DELETE /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id.
sentry_delete_organization_issuesWRITEDESTRUCTIVE - Bulk Remove an Organization's Issues
sentry_delete_organization_memberWRITEDESTRUCTIVE - Delete an Organization Member
sentry_delete_organization_member_teamWRITEDESTRUCTIVE - Delete an Organization Member from a Team
sentry_delete_organization_monitorWRITEDESTRUCTIVE - Delete a Monitor or Monitor Environments
sentry_delete_organization_notifications_actionWRITEDESTRUCTIVE - Delete a Spike Protection Notification Action
sentry_delete_organization_preprod_artifact_snapshotWRITEDESTRUCTIVE — Delete a Snapshot. DELETE /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/ on Sentry. Requires organization_id_or_slug, snapshot_id.
sentry_delete_organization_releaseWRITEDESTRUCTIVE - Delete an Organization's Release
sentry_delete_organization_release_fileWRITEDESTRUCTIVE - Delete an Organization Release's File
sentry_delete_organization_scim_v2_groupWRITEDESTRUCTIVE — 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.
sentry_delete_organization_scim_v2_userWRITEDESTRUCTIVE - Delete an Organization Member via SCIM
sentry_delete_organization_workflowWRITEDESTRUCTIVE — Delete an Alert. DELETE /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/ on Sentry. Requires organization_id_or_slug, workflow_id.
sentry_delete_organization_workflowsWRITEDESTRUCTIVE — Bulk Delete Alerts. DELETE /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug.
sentry_delete_projectWRITEDESTRUCTIVE — 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.
sentry_delete_project_keyWRITEDESTRUCTIVE — 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.
sentry_delete_project_monitorWRITEDESTRUCTIVE - Delete a Monitor or Monitor Environments for a Project
sentry_delete_project_release_fileWRITEDESTRUCTIVE - Delete a Project Release's File
sentry_delete_project_replayWRITEDESTRUCTIVE — 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.
sentry_delete_project_symbol_sourceWRITEDESTRUCTIVE - Delete a Symbol Source from a Project
sentry_delete_project_teamWRITEDESTRUCTIVE - Delete a Team from a Project
sentry_delete_sentry_appWRITEDESTRUCTIVE - Delete a custom integration.
sentry_delete_teamWRITEDESTRUCTIVE — 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.
sentry_delete_team_external_teamWRITEDESTRUCTIVE — 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.
sentry_disable_spike_protectionWRITEDESTRUCTIVE - Disables Spike Protection feature for some of the projects within the organization.
sentry_enable_spike_protectionWRITEEnables Spike Protection feature for some of the projects within the organization.
sentry_get_organizationREADRetrieve an Organization. GET /api/0/organizations/{organization_id_or_slug}/ on Sentry. Requires organization_id_or_slug.
sentry_get_organization_config_integrationsREADGet Integration Provider Information. GET /api/0/organizations/{organization_id_or_slug}/config/integrations/ on Sentry. Requires organization_id_or_slug.
sentry_get_organization_dashboardREADRetrieve an Organization's Custom Dashboard
sentry_get_organization_detectorREADFetch a Monitor. GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/ on Sentry. Requires organization_id_or_slug, detector_id.
sentry_get_organization_discover_saved_queryREADRetrieve an Organization's Discover Saved Query
sentry_get_organization_integrationREADRetrieve an Integration for an Organization
sentry_get_organization_issueREADRetrieve an Issue. GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id.
sentry_get_organization_issue_autofix_stateREADRetrieve 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.
sentry_get_organization_issue_eventREADRetrieve 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.
sentry_get_organization_issue_tagREADRetrieve 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.
sentry_get_organization_memberREADRetrieve an Organization Member. GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/ on Sentry. Requires organization_id_or_slug, member_id.
sentry_get_organization_monitorREADRetrieve 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.
sentry_get_organization_notifications_actionREADRetrieve a Spike Protection Notification Action
sentry_get_organization_preprod_artifact_install_detailsREADRetrieve install info for a given artifact
sentry_get_organization_preprod_artifact_size_analysisREADRetrieve Size Analysis results for a given artifact
sentry_get_organization_preprod_artifact_snapshotREADRetrieve Snapshot details. GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/ on Sentry. Requires organization_id_or_slug, snapshot_id.
sentry_get_organization_preprod_artifact_snapshot_imageREADRetrieve 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.
sentry_get_organization_preprod_artifact_snapshot_latest_baseREADRetrieve latest base Snapshot. GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/ on Sentry. Requires organization_id_or_slug, app_id.
sentry_get_organization_profiling_flamegraphREADRetrieve a Flamegraph for an Organization
sentry_get_organization_releaseREADRetrieve an Organization's Release. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/ on Sentry. Requires organization_id_or_slug, version.
sentry_get_organization_release_fileREADRetrieve 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.
sentry_get_organization_replayREADRetrieve a Replay Instance. GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/ on Sentry. Requires organization_id_or_slug, replay_id.
sentry_get_organization_replay_countREADRetrieve a Count of Replays for a Given Issue or Transaction
sentry_get_organization_scim_v2_groupREADQuery 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.
sentry_get_organization_scim_v2_userREADQuery 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.
sentry_get_organization_sessionsREADRetrieve Release Health Session Statistics
sentry_get_organization_stats_summaryREADRetrieve an Organization's Events Count by Project
sentry_get_organization_traceREADRetrieve a Trace. GET /api/0/organizations/{organization_id_or_slug}/trace/{trace_id}/ on Sentry. Requires organization_id_or_slug, trace_id.
sentry_get_organization_trace_metaREADRetrieve Trace Metadata. GET /api/0/organizations/{organization_id_or_slug}/trace-meta/{trace_id}/ on Sentry. Requires organization_id_or_slug, trace_id.
sentry_get_organization_workflowREADFetch an Alert. GET /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/ on Sentry. Requires organization_id_or_slug, workflow_id.
sentry_get_projectREADRetrieve 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.
sentry_get_project_environmentREADRetrieve 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.
sentry_get_project_eventREADRetrieve 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.
sentry_get_project_event_attachmentREADRetrieve 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.
sentry_get_project_event_source_map_debugREADGet Debug Information Related to Source Maps for a Given Event
sentry_get_project_installable_build_latestREADGet the latest installable build for a project
sentry_get_project_keyREADRetrieve 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.
sentry_get_project_monitorREADRetrieve 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.
sentry_get_project_ownershipREADRetrieve Ownership Configuration for a Project
sentry_get_project_preprod_size_analysis_status_check_rulesREADRetrieve Size Analysis status check rules for a project
sentry_get_project_preprod_snapshot_status_check_rulesREADRetrieve Snapshot status check rules for a project
sentry_get_project_profiling_profileREADRetrieve 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.
sentry_get_project_release_fileREADRetrieve 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.
sentry_get_project_replay_deletion_jobREADRetrieve 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.
sentry_get_project_replay_recording_segmentREADRetrieve 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.
sentry_get_sentry_appREADRetrieve a custom integration by ID or slug.
sentry_get_teamREADRetrieve 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.
sentry_link_an_existing_external_issue_to_an_issueWRITELink 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...
sentry_link_project_repositoryWRITELink 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.
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...
sentry_list_a_project_s_service_hooksREADReturn a list of service hooks bound to a project.
sentry_list_a_project_s_user_feedbackREADReturn 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...
sentry_list_a_tag_s_valuesREADReturn 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.
sentry_list_an_organization_s_integration_platform_installationsREADReturn a list of integration platform installations for a given organization.
sentry_list_organization_dashboardsREADList an Organization's Custom Dashboards
sentry_list_organization_detectorsREADFetch an Organization's Monitors. GET /api/0/organizations/{organization_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_discover_saved_queriesREADList an Organization's Discover Saved Queries
sentry_list_organization_environmentsREADList an Organization's Environments. GET /api/0/organizations/{organization_id_or_slug}/environments/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_eventsREADQuery Explore Events in Table Format. GET /api/0/organizations/{organization_id_or_slug}/events/ on Sentry. Requires organization_id_or_slug, field, dataset.
sentry_list_organization_events_timeseriesREADQuery Explore Events in Timeseries Format
sentry_list_organization_forwardingREADRetrieve Data Forwarders for an Organization
sentry_list_organization_integrationsREADList an Organization's Available Integrations
sentry_list_organization_issue_eventsREADList 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.
sentry_list_organization_issue_external_issuesREADRetrieve custom integration issue links for the given Sentry issue
sentry_list_organization_issue_hashesREADList 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.
sentry_list_organization_issue_tag_valuesREADList 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.
sentry_list_organization_issuesREADList an Organization's Issues. GET /api/0/organizations/{organization_id_or_slug}/issues/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_membersREADList an Organization's Members. GET /api/0/organizations/{organization_id_or_slug}/members/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_monitor_checkinsREADRetrieve 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.
sentry_list_organization_monitorsREADRetrieve Monitors for an Organization. GET /api/0/organizations/{organization_id_or_slug}/monitors/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_notifications_actionsREADList Spike Protection Notifications. GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_profiling_chunksREADRetrieve Profile Chunks for an Organization
sentry_list_organization_project_keysREADList an Organization's Client Keys. GET /api/0/organizations/{organization_id_or_slug}/project-keys/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_projectsREADList an Organization's Projects. GET /api/0/organizations/{organization_id_or_slug}/projects/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_relay_usageREADList an Organization's trusted Relays. GET /api/0/organizations/{organization_id_or_slug}/relay_usage/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_release_commitsREADList an Organization Release's Commits. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/commits/ on Sentry. Requires organization_id_or_slug, version.
sentry_list_organization_release_deploysREADList a Release's Deploys. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/ on Sentry. Requires organization_id_or_slug, version.
sentry_list_organization_release_filesREADList an Organization's Release Files. GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/ on Sentry. Requires organization_id_or_slug, version.
sentry_list_organization_release_threshold_statusesREADRetrieve Statuses of Release Thresholds (Alpha)
sentry_list_organization_releasesREADList an Organization's Releases. GET /api/0/organizations/{organization_id_or_slug}/releases/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_replay_selectorsREADList an Organization's Selectors. GET /api/0/organizations/{organization_id_or_slug}/replay-selectors/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_replaysREADList an Organization's Replays. GET /api/0/organizations/{organization_id_or_slug}/replays/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_repo_commitsREADList 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.
sentry_list_organization_reposREADList an Organization's Repositories. GET /api/0/organizations/{organization_id_or_slug}/repos/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_scim_v2_groupsREADList an Organization's Paginated Teams. GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups on Sentry. Requires organization_id_or_slug.
sentry_list_organization_scim_v2_usersREADList an Organization's SCIM Members. GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users on Sentry. Requires organization_id_or_slug.
sentry_list_organization_sentry_appsREADRetrieve the custom integrations created by an organization
sentry_list_organization_stats_v2READRetrieve Event Counts for an Organization (v2)
sentry_list_organization_tagsREADList an Organization's Tags. GET /api/0/organizations/{organization_id_or_slug}/tags/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_teamsREADList an Organization's Teams. GET /api/0/organizations/{organization_id_or_slug}/teams/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_trace_item_attributesREADList Trace Item Attributes. GET /api/0/organizations/{organization_id_or_slug}/trace-items/attributes/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_user_teamsREADList a User's Teams for an Organization. GET /api/0/organizations/{organization_id_or_slug}/user-teams/ on Sentry. Requires organization_id_or_slug.
sentry_list_organization_workflowsREADFetch Alerts. GET /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug.
sentry_list_organizationsREADList Your Organizations. GET /api/0/organizations/ on Sentry.
sentry_list_project_debug_filesREADList a Project's Debug Information Files
sentry_list_project_environmentsREADList 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.
sentry_list_project_event_attachmentsREADList 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.
sentry_list_project_eventsREADList 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.
sentry_list_project_filtersREADList 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.
sentry_list_project_keysREADList 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.
sentry_list_project_membersREADList 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.
sentry_list_project_monitor_checkinsREADRetrieve Check-Ins for a Monitor by Project
sentry_list_project_release_commitsREADList 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.
sentry_list_project_release_filesREADList 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.
sentry_list_project_releasesREADList 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.
sentry_list_project_replay_clicksREADList 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.
sentry_list_project_replay_deletion_jobsREADList 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.
sentry_list_project_replay_recording_segmentsREADList 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.
sentry_list_project_replay_viewed_byREADList 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.
sentry_list_project_statsREADRetrieve 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.
sentry_list_project_symbol_sourcesREADRetrieve 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.
sentry_list_project_teamsREADList 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.
sentry_list_project_usersREADList 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.
sentry_list_seer_modelsREADList Seer AI Models. GET /api/0/seer/models/ on Sentry.
sentry_list_team_membersREADList 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.
sentry_list_team_projectsREADList 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.
sentry_provision_organization_scim_v2_groupWRITEProvision a New Team. POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups on Sentry. Requires organization_id_or_slug, display_name.
sentry_provision_organization_scim_v2_userWRITEProvision a New Organization Member. POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Users on Sentry. Requires organization_id_or_slug, user_name.
sentry_remove_a_service_hookWRITEDESTRUCTIVE — 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.
sentry_resolve_organization_event_idREADResolve an Event ID. GET /api/0/organizations/{organization_id_or_slug}/eventids/{event_id}/ on Sentry. Requires organization_id_or_slug, event_id.
sentry_resolve_organization_short_idREADResolve a Short ID. GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/ on Sentry. Requires organization_id_or_slug, issue_id.
sentry_retrieve_a_service_hookREADReturn a service hook bound to a project.
sentry_retrieve_an_integration_s_issue_config_for_an_issueREADRetrieve 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...
sentry_retrieve_files_changed_in_a_release_s_commitsREADRetrieve files changed in a release's commits
sentry_retrieve_trace_item_statisticsREADCompute statistics, such as attribute value distributions, over the trace items (spans or occurrences) matching the given query within the requested time range.
sentry_start_organization_issue_autofixWRITEStart Seer Issue Fix. POST /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/ on Sentry. Requires organization_id_or_slug, issue_id.
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...
sentry_unlink_an_external_issue_from_an_issueWRITEDESTRUCTIVE - 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.
sentry_update_organizationWRITEUpdate an Organization. PUT /api/0/organizations/{organization_id_or_slug}/ on Sentry. Requires organization_id_or_slug.
sentry_update_organization_dashboardWRITEEdit 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.
sentry_update_organization_detectorWRITEUpdate 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.
sentry_update_organization_detectorsWRITEMutate an Organization's Monitors. PUT /api/0/organizations/{organization_id_or_slug}/detectors/ on Sentry. Requires organization_id_or_slug, enabled.
sentry_update_organization_discover_saved_queryWRITEEdit an Organization's Discover Saved Query
sentry_update_organization_external_userWRITEUpdate 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.
sentry_update_organization_forwardingWRITEUpdate a Data Forwarder for an Organization
sentry_update_organization_issueWRITEUpdate 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.
sentry_update_organization_issuesWRITEBulk 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.
sentry_update_organization_memberWRITEUpdate 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.
sentry_update_organization_member_teamWRITEUpdate an Organization Member's Team Role
sentry_update_organization_monitorWRITEUpdate 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.
sentry_update_organization_notifications_actionWRITEUpdate a Spike Protection Notification Action
sentry_update_organization_releaseWRITEUpdate an Organization's Release. PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/ on Sentry. Requires organization_id_or_slug, version.
sentry_update_organization_release_fileWRITEUpdate 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.
sentry_update_organization_scim_v2_groupWRITEUpdate 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.
sentry_update_organization_scim_v2_userWRITEUpdate an Organization Member's Attributes
sentry_update_organization_workflowWRITEUpdate 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.
sentry_update_organization_workflowsWRITEMutate an Organization's Alerts. PUT /api/0/organizations/{organization_id_or_slug}/workflows/ on Sentry. Requires organization_id_or_slug, enabled.
sentry_update_projectWRITEUpdate 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.
sentry_update_project_environmentWRITEUpdate 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.
sentry_update_project_filterWRITEUpdate 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.
sentry_update_project_keyWRITEUpdate 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.
sentry_update_project_monitorWRITEUpdate 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.
sentry_update_project_ownershipWRITEUpdate Ownership Configuration for a Project
sentry_update_project_release_fileWRITEUpdate 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.
sentry_update_project_symbol_sourceWRITEUpdate 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.
sentry_update_sentry_appWRITEUpdate an existing custom integration. PUT /api/0/sentry-apps/{sentry_app_id_or_slug}/ on Sentry. Requires sentry_app_id_or_slug, name, scopes.
sentry_update_teamWRITEUpdate 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.
sentry_update_team_external_teamWRITEUpdate 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.
sentry_upload_organization_release_fileWRITEUpload a New Organization Release File. POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/ on Sentry. Requires organization_id_or_slug, version.
sentry_upload_project_preprod_artifact_snapshotWRITEUpload 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.
sentry_upload_project_release_fileWRITEUpload 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.
Put Sentry behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.