Sentry
Tools
Name & Description | Type |
---|---|
SENTRY_ACCESS_PROJECT_INFORMATIONRetrieves detailed information for a Sentry project, given its existing organization and project id or slug. | action |
SENTRY_ADD_ORGANIZATION_MEMBER_VIA_EMAILInvites a new member (or re-invites an existing non-accepted member) to a Sentry organization via email, allowing specification of organization and team roles. | action |
SENTRY_CREATE_RELEASE_FOR_ORGANIZATIONCreates a new Sentry release for an existing organization, associating it with specified projects that must belong to that organization. | action |
SENTRY_DELETE_ORGANIZATION_MEMBERPermanently removes a member from a Sentry organization, revoking their access to that organization and all its associated projects. | action |
SENTRY_GET_ORGANIZATION_BY_ID_OR_SLUGRetrieves a Sentry organization by its id or slug; use the `detailed` parameter to optionally exclude project and team details for a more concise response. | action |
SENTRY_GET_ORGANIZATION_RELEASE_VERSIONRetrieves detailed information, including optional health data and statistics, for a specific release version within a Sentry organization. | action |
SENTRY_RETRIEVE_PROJECT_ISSUES_LISTRetrieves a list of issues for a Sentry project, defaulting to unresolved issues unless an empty `query` string is provided or specific `hashes` are used. | action |
SENTRY_RETRIEVE_TEAM_INFO_VIA_ORGANIZATION_ID_OR_SLUGRetrieves detailed information for an existing Sentry team within its organization, optionally expanding related data (e. | action |
SENTRY_UPDATE_PROJECT_DETAILSUpdates a Sentry project's settings (e. | action |
SENTRY_UPDATE_PROJECT_ISSUE_STATUS_AND_DETAILSBulk update attributes of issues in a Sentry project, targeting issues by a list of ids or by a query status (which implies updating all matching issues if ids are omitted). | action |
SENTRY_ADD_REMOVE_USER_EMAIL_BY_IDAdds or removes a secondary email for an existing Sentry user, determined by whether the email already exists for that user. | action |
SENTRY_ADD_TEAM_MEMBER_IN_ORGANIZATIONAdds an existing member of an organization to one of its teams; the member must already belong to the organization, and the team must also belong to that organization. | action |
SENTRY_ADD_TEAM_TO_PROJECTGrants a Sentry team access to a Sentry project within the specified Sentry organization. | action |
SENTRY_CREATE_DASHBOARD_WITH_WIDGETSCreates a Sentry dashboard with widgets for an organization; `organization id or slug` and specified `project` ids must be valid, and `start`/`end` datetimes (if absolute range) must form a logical iso 8601 range. | action |
SENTRY_CREATE_EXTERNAL_USER_FOR_ORGANIZATIONLinks a Sentry user to an external identity provider's user within a Sentry organization; the Sentry user must be an organization member, an active integration for the provider must be configured, and `external id` is typically required for the external user. | action |
SENTRY_CREATE_ORGANIZATION_ALERT_RULECreates a Sentry metric alert rule for an organization, mandating a 'critical' trigger, typically for a single project, where actions may require Sentry integrations. | action |
SENTRY_CREATE_ORGANIZATION_MONITORCreates a new monitor (type 'cron job') within a Sentry organization to track scheduled tasks, allowing configuration of its name, slug (which must be unique if provided), status, owner, and muting preferences for incidents. | action |
SENTRY_CREATE_ORGANIZATION_TEAMCreates a new team in a Sentry organization, requiring either a 'slug' (preferred, as 'name' is deprecated) or 'name' to define the team. | action |
SENTRY_CREATE_PROJECT_KEY_WITH_OPTIONAL_RATE_LIMITINGCreates a new client key (dsn) for an existing Sentry project, with optional custom rate limit configuration. | action |
SENTRY_CREATE_PROJECT_RULE_FOR_ALERTSCreates a Sentry project alert rule by defining conditions, actions, and optional filters using specific json structures (detailed in parameter descriptions) to automate responses to event patterns for an existing organization and project. | action |
SENTRY_CREATE_PROJECT_WEBHOOK_SUBSCRIPTIONRegisters a new webhook subscription for a Sentry project to send http post notifications to a specified url for given events, provided the project has the 'servicehooks' feature enabled. | action |
SENTRY_CREATE_RELEASE_DEPLOY_FOR_ORGCreates a new deploy record in Sentry to track the introduction of a release version into a specific environment. | action |
SENTRY_CREATE_SCIM_GROUP_FOR_ORGANIZATIONCreates a new Sentry team (scim group) within an organization where scim is enabled; a url-friendly slug is auto-generated from the `displayname` (e. | action |
SENTRY_CREATE_SENTRY_EXTERNAL_ISSUE_LINKLinks an existing Sentry issue to an issue in an external service, or updates an existing link, requiring a configured Sentry app installation `uuid`. | action |
SENTRY_CREATE_TEAM_PROJECT_FOR_ORGANIZATIONCreates a new Sentry project for an existing organization and team, allowing configuration of its name, slug, platform, and default alert rules. | action |
SENTRY_CREATE_USER_FOR_SAML_INTEGRATIONCreates a new Sentry organization member via a scim request for saml integration; this action does not support setting secondary emails. | action |
SENTRY_DELETE_DSYMS_FOR_PROJECTPermanently removes a specific debug information file (dif), used for symbolicating crash reports, from the specified Sentry project and organization. | action |
SENTRY_DELETE_EXTERNAL_ISSUE_BY_UUIDUnlinks an external issue (e. | action |
SENTRY_DELETE_EXTERNAL_TEAM_BY_IDUnlinks a previously established external team from a Sentry team; this action does not delete either the Sentry team or the external team. | action |
SENTRY_DELETE_EXTERNAL_USER_FROM_ORGANIZATIONDeletes the link between an external user (e. | action |
SENTRY_DELETE_MEMBER_FROM_TEAMRemoves an organization member from a Sentry team, revoking their team-specific permissions, provided the member is currently part of that team. | action |
SENTRY_DELETE_ORGANIZATION_ALERT_RULEDeletes a specific metric alert rule within a Sentry organization. | action |
SENTRY_DELETE_ORGANIZATION_DASHBOARDDeletes a custom dashboard or tombstones (marks as deleted) a pre-built dashboard within a Sentry organization. | action |
SENTRY_DELETE_ORGANIZATION_DISCOVER_QUERYPermanently removes a specific saved discover query (a configuration for exploring event data) from a Sentry organization. | action |
SENTRY_DELETE_ORGANIZATION_INTEGRATIONPermanently deletes a specific integration previously installed for the Sentry organization. | action |
SENTRY_DELETE_ORGANIZATION_ISSUEPermanently deletes a specific Sentry issue, identified by its id, from an organization; this operation is irreversible and idempotent. | action |
SENTRY_DELETE_ORGANIZATION_MONITORDeletes a Sentry cron monitor or, if `environment` is specified, only specific environments within that monitor. | action |
SENTRY_DELETE_ORGANIZATION_RELEASEPermanently and irreversibly removes a Sentry release, including all its associated files, identified by its version from the specified organization. | action |
SENTRY_DELETE_ORG_NOTIFICATION_ACTIONDeletes a specific spike protection notification action for a Sentry organization, where `action id` must be a valid action associated with the `organization id or slug`. | action |
SENTRY_DELETE_PROJECT_BY_IDSchedules a Sentry project for asynchronous deletion within a specified organization, hiding it from most public views once the process begins. | action |
SENTRY_DELETE_PROJECT_HOOKDeletes a specific service hook from a Sentry project using its organization, project, and hook identifiers. | action |
SENTRY_DELETE_PROJECT_ISSUESPermanently removes specified issues from a Sentry project; if no issue ids are provided, it removes the oldest 1000 issues. | action |
SENTRY_DELETE_PROJECT_KEYPermanently deletes a specific client key (dsn) for a project, preventing it from being used to send events to Sentry. | action |
SENTRY_DELETE_PROJECT_MONITORDeletes a Sentry monitor, or optionally only its specified environments, for a given project. | action |
SENTRY_DELETE_PROJECT_REPLAYPermanently deletes a specific Sentry session replay (a video-like reproduction of user interactions, including console logs and network activity) from the specified project and organization. | action |
SENTRY_DELETE_PROJECT_RULEPermanently deletes a specific issue alert rule from an existing project within an existing Sentry organization. | action |
SENTRY_DELETE_PROJECT_SYMBOL_SOURCESDeletes a specific custom symbol source from a project. | action |
SENTRY_DELETE_PROJECT_TEAM_ASSOCIATIONRevokes a team's access to a Sentry project; this operation is idempotent. | action |
SENTRY_DELETE_RELEASE_FILEPermanently deletes a specific file from an existing release, project, and organization; this action is idempotent. | action |
SENTRY_DELETE_RELEASE_FILE_BY_IDPermanently deletes a specific build artifact (e. | action |
SENTRY_DELETE_TEAM_BY_ORGANIZATION_OR_TEAM_SLUGSchedules a Sentry team for asynchronous deletion, which releases the team's slug for reuse upon successful scheduling. | action |
SENTRY_DELETE_TEAM_FROM_ORG_SCIM_V2Permanently and irreversibly deletes a specific team from a Sentry organization via a scim v2 request, provided scim integration is enabled for the organization. | action |
SENTRY_DELETE_USER_EMAILS_BY_IDPermanently removes a Sentry user's email address; if multiple emails exist, Sentry's API logic (e. | action |
SENTRY_DELETE_USER_FROM_ORGRemoves a scim-managed member from a Sentry organization that has scim enabled, permanently revoking their access. | action |
SENTRY_FETCH_ISSUE_EVENT_BY_IDRetrieves the 'latest', 'oldest', or 'recommended' event for a Sentry issue, optionally filtered by environment(s). | action |
SENTRY_FETCH_ORGANIZATION_ALERT_RULESRetrieves a list of active metric alert rules for an existing Sentry organization, identified by its id or slug. | action |
SENTRY_FETCH_ORGANIZATION_RELEASE_THRESHOLD_STATUSESRetrieves derived health statuses for release thresholds in a Sentry organization for a given time range, optionally filtered by environment, project, or release; `start` and `end` times must be provided together. | action |
SENTRY_FETCH_ORGANIZATION_REPLAY_COUNTRetrieves the total count of session replays for a specified Sentry organization, filterable by time range, environment, project, and query. | action |
SENTRY_FETCH_ORGANIZATION_REPLAY_DETAILSRetrieves detailed information for a specific replay session by id within a Sentry organization, optionally filtering time-series data using `statsperiod` or `start`/`end`, and further refining by projects, environments, or specific fields. | action |
SENTRY_FETCH_ORGANIZATION_REPLAY_SELECTORSFetches replay selectors (css selectors for session replays) for a Sentry organization, filterable by various criteria; use either `statsperiod` or `start`/`end` for time range, not both. | action |
SENTRY_FETCH_PROJECT_ENVIRONMENT_DETAILSRetrieves detailed information for a specific environment within a Sentry project. | action |
SENTRY_FETCH_PROJECT_OWNERSHIP_DETAILSRetrieves the ownership configuration, like codeowners rules or issue owner settings, for a specified Sentry project. | action |
SENTRY_FETCH_PROJECT_RELEASE_FILESRetrieves artifact files (e. | action |
SENTRY_FETCH_PROJECT_REPLAY_CLICKSFetches a list of user click interactions for a specific Sentry session replay, including the clicked dom element id and timestamp. | action |
SENTRY_FETCH_REPLAY_RECORDING_SEGMENTRetrieves a specific recording segment for a Sentry replay, requiring valid organization, project, replay, and segment identifiers. | action |
SENTRY_FETCH_TAG_VALUES_FOR_ISSUERetrieves a list of distinct values for a specified tag key associated with an existing Sentry issue, useful for understanding tag manifestations like browser versions or affected users. | action |
SENTRY_GET_ACTIVATION_OF_ALERT_RULE_FOR_ORGANIZATIONRetrieves all activations (triggered instances) for a specific metric alert rule within a Sentry organization. | action |
SENTRY_GET_INTEGRATION_DETAILS_BY_ORGRetrieves details for a specific integration, identified by `integration id`, installed within an existing Sentry organization, identified by `organization id or slug`. | action |
SENTRY_GET_ORGANIZATION_DETAILSRetrieves Sentry organizations accessible via the current authentication, with scope varying between user (all in region) and API key (linked org only) credentials. | action |
SENTRY_GET_ORGANIZATION_ENVIRONMENTSRetrieves a list of deployment environments (e. | action |
SENTRY_GET_ORGANIZATION_ISSUE_DETAILSRetrieves detailed information for a specific issue within a Sentry organization. | action |
SENTRY_GET_ORGANIZATION_MONITOR_BY_ID_OR_SLUGRetrieves detailed information for a specific monitor (e. | action |
SENTRY_GET_ORGANIZATION_SESSIONSRetrieves time series data for an organization's Sentry project release health sessions; note session duration data (e. | action |
SENTRY_GET_ORGANIZATION_STATS_SUMMARYRetrieves summarized event statistics for a Sentry organization, aggregated by project, allowing queries for event counts or unique occurrences over a specified time period and resolution, with filtering by project, category, and outcome. | action |
SENTRY_GET_PROJECT_EVENTSRetrieves a list of error events for a specified project within a Sentry organization, with options for pagination and detail level. | action |
SENTRY_GET_PROJECT_EVENT_STATSRetrieves event statistics for a specified Sentry project, returning data as [timestamp, count] pairs; ensure `since` precedes `until` if both are provided. | action |
SENTRY_GET_PROJECT_HOOKRetrieves detailed information for an existing service hook, identified by `hook id`, within a specific Sentry project and organization. | action |
SENTRY_GET_PROJECT_LISTRetrieves a list of Sentry projects (representing monitored applications or services), useful for discovery or selecting a project for subsequent operations. | action |
SENTRY_GET_PROJECT_MONITOR_BY_IDRetrieves detailed information for a specific Sentry cron monitor, provided the organization, project, and monitor exist. | action |
SENTRY_GET_PROJECT_RULE_DETAILSRetrieves detailed information for a specific issue alert rule within a Sentry project. | action |
SENTRY_GET_SCIM_GROUP_BY_TEAM_IDRetrieves scim group information for a Sentry team, if scim is enabled for the organization; the 'members' list in the response is limited to 10,000 entries. | action |
SENTRY_GET_SENTRY_APP_INSTALLATIONS_FOR_ORGANIZATIONRetrieves a list of Sentry app installations for a given organization, which must exist. | action |
SENTRY_GET_TEAM_MEMBERS_BY_ID_OR_SLUGRetrieves a list of all active members for a Sentry team, excluding users with pending invitations. | action |
SENTRY_GET_WHO_VIEWED_REPLAY_BY_PROJECTRetrieves users who viewed a specific, existing session replay within a Sentry project and organization. | action |
SENTRY_LIST_ORGANIZATION_DASHBOARDSRetrieves a list of custom dashboards for a Sentry organization, with pagination support. | action |
SENTRY_LIST_ORGANIZATION_MEMBERSLists all members, including those with pending invitations, for a Sentry organization. | action |
SENTRY_LIST_ORGANIZATION_RELEASESRetrieves a list of releases for an existing Sentry organization, optionally filtering by a query string that matches the start of the release version. | action |
SENTRY_LIST_ORGANIZATION_REPOSITORIESRetrieves a list of version control repositories for a specific Sentry organization, which must exist and is identified by its id or slug. | action |
SENTRY_LIST_ORGANIZATION_USER_TEAMSRetrieves a list of all teams that the authenticated user has access to within the specified Sentry organization. | action |
SENTRY_LIST_PROJECT_USERSRetrieves users who have interacted with or are recognized within a specific Sentry project, optionally filtered by a query. | action |
SENTRY_LIST_SCIM_V2_ORGANIZATION_USERSRetrieves a paginated list of scim (system for cross-domain identity management) users for a Sentry organization, allowing for filtering, pagination, and attribute exclusion. | action |
SENTRY_LIST_TEAMS_IN_ORGANIZATIONLists teams for an existing Sentry organization, optionally including project details and supporting pagination via a cursor. | action |
SENTRY_MANAGE_TEAM_EXTERNAL_INTEGRATIONSLinks an external team or channel (e. | action |
SENTRY_MODIFY_ORGANIZATION_MONITOR_DATAUpdates an existing Sentry monitor's properties, requiring `name` and `type` (must be 'cron job'), and optionally `slug`, `status`, `owner`, or `is muted` state for a monitor within the specified organization. | action |
SENTRY_MODIFY_ORGANIZATION_NOTIFICATION_ACTIONModifies an organization's notification action, specifically for `spike-protection` triggers. | action |
SENTRY_MODIFY_ORGANIZATION_SETTINGSUpdates settings for a Sentry organization, such as name, slug, member roles, privacy, and integrations; if `avatartype` is 'upload', `avatar` (base64 image) is required. | action |
SENTRY_MODIFY_RELEASE_FILE_ATTRIBUTESUpdates attributes (e. | action |
SENTRY_PATCH_SCIM_GROUP_OPERATIONSPerforms scim patch operations (rfc 7644) to update attributes of a scim-enabled Sentry team, provided scim integration is active for the organization. | action |
SENTRY_PATCH_USER_ACTIVE_STATUS_IN_ORGANIZATIONDeactivates and permanently deletes a Sentry organization member by using a scim patch operation to set their 'active' attribute to 'false'. | action |
SENTRY_POST_PROJECT_SYMBOL_SOURCESAdds a new custom symbol source (http, gcs, or s3) to a project for fetching debug symbols; if an `id` is provided, it must be unique for the project and not start with 'Sentry:'. | action |
SENTRY_POST_SPIKE_PROTECTION_FOR_ORGANIZATIONEnables or updates spike protection for specified projects (or all projects using `['$all']`) within an existing Sentry organization, to which the projects must belong. | action |
SENTRY_RETRIEVE_ALERT_RULE_DETAILSRetrieves detailed information for a specific metric alert rule within a Sentry organization. | action |
SENTRY_RETRIEVE_COMMITS_FOR_ORGANIZATION_REPORetrieves a list of commits for a given repository within a Sentry organization. | action |
SENTRY_RETRIEVE_COMMIT_FILES_FOR_RELEASERetrieves files changed in commits for a specified Sentry release; the release must exist and have linked commits. | action |
SENTRY_RETRIEVE_DSYM_FILES_FOR_PROJECTRetrieve a list of debug information files (dsym files) for a specified Sentry project, used for symbolication to display human-readable stack traces. | action |
SENTRY_RETRIEVE_EVENT_ID_FOR_ORGANIZATIONResolves a Sentry event id to its project and issue details within an accessible Sentry organization. | action |
SENTRY_RETRIEVE_FILES_FOR_RELEASERetrieves artifact files for a specific release version in a Sentry organization; the organization and release must exist, and the response `data` field will contain the file information as a dictionary. | action |
SENTRY_RETRIEVE_ISSUE_EVENTS_BY_IDRetrieves events for a specified Sentry `issue id`, which must be an existing issue. | action |
SENTRY_RETRIEVE_ISSUE_HASHES_FOR_ORGANIZATIONRetrieves a list of grouping checksums (hashes) generated by Sentry for a specific issue within an organization, used for understanding event aggregation. | action |
SENTRY_RETRIEVE_ISSUE_TAG_DETAILSRetrieves detailed information (e. | action |
SENTRY_RETRIEVE_MONITOR_CHECKINSRetrieves the history of check-ins for a Sentry monitor, providing insights into the health and performance of associated scheduled tasks. | action |
SENTRY_RETRIEVE_MONITOR_CHECKINS_BY_ORGRetrieves check-ins (pings/heartbeats of a monitored cron job or task) for a specific monitor within a Sentry organization. | action |
SENTRY_RETRIEVE_NOTIFICATION_ACTION_BY_ORG_IDRetrieves details for a specific spike protection notification action, which defines alerts for triggered spike protection rules, within a Sentry organization. | action |
SENTRY_RETRIEVE_ORGANIZATION_DASHBOARDFetches detailed information about a specific custom dashboard within a Sentry organization. | action |
SENTRY_RETRIEVE_ORGANIZATION_EVENTSRetrieves discover event data for a Sentry organization; the `sort` field must be in the `field` list (not an equation), and `field` has a 20-item limit. | action |
SENTRY_RETRIEVE_ORGANIZATION_INTEGRATIONS_LISTRetrieves a list of available integrations for an existing Sentry organization. | action |
SENTRY_RETRIEVE_ORGANIZATION_MEMBERRetrieves details for a Sentry organization member or pending invitee, including role, teams, and status, using their member id and the organization's id or slug. | action |
SENTRY_RETRIEVE_ORGANIZATION_MONITORSRetrieves cron monitors for a Sentry organization, including details of nested monitor environments. | action |
SENTRY_RETRIEVE_ORGANIZATION_PROJECTSRetrieves a list of Sentry projects for a specified organization (which must be accessible), supporting pagination via cursor. | action |
SENTRY_RETRIEVE_ORGANIZATION_RELAY_USAGERetrieves relay usage information, primarily a list of trusted relays, for a specified Sentry organization, which must have relay usage enabled. | action |
SENTRY_RETRIEVE_ORGANIZATION_RELEASE_COMMITSRetrieves a list of commits for a given release version in an existing Sentry organization, if the release exists. | action |
SENTRY_RETRIEVE_ORGANIZATION_REPLAYSFetches session replays for a Sentry organization; use `statsperiod` for relative time, or `start` and `end` (used together) for absolute time ranges. | action |
SENTRY_RETRIEVE_ORGANIZATION_SCIM_GROUPSRetrieves a paginated list of scim groups (teams) for a Sentry organization; the `members` field in the response for each group will contain at most 10,000 members. | action |
SENTRY_RETRIEVE_ORGANIZATION_STATS_V2Retrieves Sentry organization event statistics; specify time range with `statsperiod` or both `start`/`end`; note that grouping by `project` returns a sum not a time-series, and `interval` (if used) must be 1h-1d and cleanly divide 24 hours. | action |
SENTRY_RETRIEVE_ORG_INTEGRATION_CONFIGRetrieves configuration for all integrations, or a specific integration if `providerkey` is given, for an existing Sentry organization. | action |
SENTRY_RETRIEVE_PROJECT_ENVIRONMENTSRetrieves a list of environments for an existing project within a Sentry organization. | action |
SENTRY_RETRIEVE_PROJECT_EVENT_BY_IDRetrieves detailed information for a specific Sentry event using its id, organization identifier, and project identifier. | action |
SENTRY_RETRIEVE_PROJECT_FILTER_DATARetrieves a Sentry project's current data filtering settings, used to ignore events from sources like localhost, web crawlers, or legacy browsers. | action |
SENTRY_RETRIEVE_PROJECT_HOOKSReturn a list of service hooks (webhooks) bound to a Sentry project, used to send notifications to external services upon event occurrences. | action |
SENTRY_RETRIEVE_PROJECT_KEYS_BY_ORG_AND_PROJECTRetrieves a list of client keys (dsns), used by Sentry sdks to send events, for a specified project within an organization. | action |
SENTRY_RETRIEVE_PROJECT_KEY_DETAILSRetrieves details of a specific client key (dsn) for a Sentry project, which is used by Sentry sdks to send event data. | action |
SENTRY_RETRIEVE_PROJECT_MEMBERS_LISTRetrieves active organization members belonging to any team assigned to the specified Sentry project. | action |
SENTRY_RETRIEVE_PROJECT_RELEASE_FILE_DETAILSRetrieves metadata (default) or raw content (if `download` is true) for a specific file within a Sentry project's release version. | action |
SENTRY_RETRIEVE_PROJECT_RULES_BY_ORG_AND_PROJECT_IDRetrieves a list of active issue alert rules associated with a specific project within an organization. | action |
SENTRY_RETRIEVE_PROJECT_SYMBOL_SOURCESRetrieves custom symbol sources for a Sentry project, either listing all or fetching a specific one if its id is provided. | action |
SENTRY_RETRIEVE_PROJECT_TAG_VALUESRetrieves up to 1000 unique values for a specified tag key that has been recorded for events within a Sentry project. | action |
SENTRY_RETRIEVE_PROJECT_TEAMSRetrieves a list of teams with explicit access to a specific project within a Sentry organization. | action |
SENTRY_RETRIEVE_RELEASE_COMMITSRetrieves a list of commits associated with a specific release version within a Sentry project. | action |
SENTRY_RETRIEVE_RELEASE_DEPLOYMENTSRetrieves a list of all deployment records for a specific release version in an organization, detailing each deployment's environment and timestamps. | action |
SENTRY_RETRIEVE_RELEASE_FILE_BY_IDRetrieves a specific file's content or its metadata from a Sentry release, using the `download` parameter to choose between raw content or json metadata. | action |
SENTRY_RETRIEVE_REPLAY_RECORDING_SEGMENTSRetrieves a paginated list of recording segments for a specific Sentry replay, used for reconstructing or analyzing the replay. | action |
SENTRY_RETRIEVE_SAVED_DISCOVER_QUERIESRetrieves a list of saved discover queries for a Sentry organization, optionally filtered and sorted. | action |
SENTRY_RETRIEVE_SAVED_DISCOVER_QUERY_FOR_ORGANIZATIONRetrieves a specific saved discover query (a predefined set of filters and conditions for exploring event data) for a Sentry organization. | action |
SENTRY_RETRIEVE_SHORT_ID_FOR_ORGANIZATIONResolves an existing Sentry short id to its issue details within a valid Sentry organization. | action |
SENTRY_RETRIEVE_SOURCE_MAP_DEBUG_EVENTRetrieves detailed debug information for diagnosing source map processing issues for a specific Sentry event, stack trace frame, and exception index. | action |
SENTRY_RETRIEVE_TEAM_PROJECTSRetrieves a list of Sentry projects for a specific team within an organization, supporting pagination via a cursor. | action |
SENTRY_RETRIEVE_USER_EMAIL_INFORMATIONRetrieves a list of email addresses for an existing Sentry user, identified by their `user id`. | action |
SENTRY_RETRIEVE_USER_FEEDBACK_FOR_PROJECTRetrieves user feedback for a project from Sentry's older 'user reports' system, excluding feedback from the modern 'user feedback widget'. | action |
SENTRY_RETRIEVE_USER_VIA_SCIM_APIRetrieves an individual Sentry organization member's details accessible via scim v2 using their member id, noting that `firstname` and `lastname` in the response will be 'n/a'. | action |
SENTRY_SAVE_ORGANIZATION_DISCOVER_QUERYSaves a new discover query with a unique name for a Sentry organization, allowing reuse of search criteria for analyzing event data (errors, transactions) across specified projects and environments. | action |
SENTRY_SUBMIT_NOTIFICATION_ACTION_API_DATACreates a Sentry notification action for 'spike-protection' triggers, requiring `integration id` if `service type` is 'slack', 'pagerduty', or 'opsgenie', and `target identifier`/`target display` if `service type` is 'slack' or 'opsgenie'. | action |
SENTRY_SUBMIT_PROJECT_USER_FEEDBACKDeprecated: submits user feedback for a Sentry project event (use if newer Sentry feedback tools are unavailable); submit within 30 mins of event, overwritable within 5 mins. | action |
SENTRY_SWITCH_TEAM_ROLE_FOR_MEMBERChanges a member's role within a Sentry team, ensuring the member is already part of the team and that any organization-level role restrictions are respected. | action |
SENTRY_TOGGLE_PROJECT_FILTER_STATUSUpdates the status or configuration of a specific inbound data filter for a Sentry project; use `active` for most filters, or `subfilters` if `filter id` is `legacy-browser`. | action |
SENTRY_UPDATE_ENVIRONMENT_VISIBILITYUpdates the visibility of a specific environment within a Sentry project. | action |
SENTRY_UPDATE_EXTERNAL_TEAM_INTEGRATIONUpdates an existing external team integration's display name, provider, Sentry integration id, or external id; the `integration id` must match a valid, configured Sentry integration for the organization and the specified `provider`. | action |
SENTRY_UPDATE_EXTERNAL_USER_FOR_ORGANIZATIONUpdates attributes of an existing external user linkage (identified by `external user id`) within a Sentry organization (specified by `organization id or slug`). | action |
SENTRY_UPDATE_ISSUE_ATTRIBUTES_IN_ORGANIZATIONUpdates specified attributes of an existing Sentry issue within a Sentry organization, leaving other attributes unchanged. | action |
SENTRY_UPDATE_ORGANIZATION_ALERT_RULESReplaces an existing Sentry metric alert rule's configuration; fields not provided in the request are removed or reset. | action |
SENTRY_UPDATE_ORGANIZATION_DASHBOARDUpdates an existing custom dashboard, allowing modifications to its title, widgets, and data filters; providing `widgets`, `projects`, `environment`, `period`, `start`, `end`, or `filters` will overwrite existing settings for those fields. | action |
SENTRY_UPDATE_ORGANIZATION_MEMBER_ROLEUpdates a Sentry organization member's organization-level role (`orgrole`) and/or their team roles (`teamroles`), ensuring the initiator has permissions equivalent to both the member's current and intended new `orgrole` if `orgrole` is being modified. | action |
SENTRY_UPDATE_PROJECT_KEY_CONFIGURATIONUpdates configuration settings (e. | action |
SENTRY_UPDATE_PROJECT_MONITORUpdates an existing Sentry monitor (used for tracking recurring tasks/cron jobs) within a specific organization and project, allowing modification of its properties such as name, slug, type, status, owner, and muting status. | action |
SENTRY_UPDATE_PROJECT_OWNERSHIP_SETTINGSUpdates the ownership configuration settings (raw rules, fallthrough, auto-assignment, codeowners sync) for a Sentry project; omitted attributes retain their current values. | action |
SENTRY_UPDATE_PROJECT_RELEASE_FILE_DETAILSUpdates the name (path) or distribution identifier of a specific file within an existing project release in Sentry. | action |
SENTRY_UPDATE_PROJECT_RULE_BY_IDUpdates an existing Sentry project issue alert rule by `rule id`, completely overwriting it; all rule fields must be provided in the request, as omitted fields may be cleared or reset to defaults. | action |
SENTRY_UPDATE_RELEASE_DETAILS_FOR_ORGANIZATIONUpdates an existing Sentry release's details for an organization, including its reference, url, release date, associated commits, or repository references. | action |
SENTRY_UPDATE_SAVED_QUERY_FOR_ORGANIZATIONUpdates an existing discover saved query for a Sentry organization. | action |
SENTRY_UPDATE_SYMBOL_SOURCE_SETTINGSUpdates an existing custom symbol source's settings in a Sentry project, such as its type, name, layout preferences, and connection parameters. | action |
SENTRY_UPDATE_TEAM_INFORMATION_BY_ORGANIZATION_IDUpdates the slug for an existing team within a Sentry organization. | action |
SENTRY_UPDATE_USER_EMAILUpdates the primary email for a Sentry user; the new email must be valid and not already in use as a primary email by another Sentry account. | action |
SENTRY_UPDATE_WEBHOOK_CONFIGURATION_XPUpdates an existing Sentry service hook's target url and subscribed event types for a given project and organization. | action |
SENTRY_UPLOAD_DSYMS_FILE_TO_PROJECTUploads a dsym (debug symbols) zip archive, containing an apple . | action |
SENTRY_UPLOAD_FILE_TO_PROJECT_RELEASEUploads a file to a Sentry project release, for an existing organization, project, and version; uses `multipart/form-data` and the region-specific Sentry domain. | action |
SENTRY_UPLOAD_RELEASE_FILE_TO_ORGANIZATIONUploads a new file, such as a source map or debug information, to an existing release version in a Sentry organization. | action |
SENTRY_VIEW_ORGANIZATION_NOTIFICATION_ACTIONSRetrieves spike protection notification actions for a Sentry organization, filterable by project ids or slugs (slugs take precedence); if `triggertype` is used, it must be 'spike-protection'. | action |