Sentry

Learn how to use Sentry with Composio

Overview

SLUG

SENTRY

Description

Integrate Sentry to manage your error tracking and monitoring.

Authentication Details

token
stringRequired

Tools

SLUG: SENTRY_ACCESS_PROJECT_INFORMATION

Retrieves detailed information for a sentry project, given its existing organization and project id or slug.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_ADD_ORGANIZATION_MEMBER_VIA_EMAIL

Invites 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 Parameters

email
stringRequired
orgRole
stringDefaults to member
organization_id_or_slug
stringRequired
reinvite
boolean
sendInvite
booleanDefaults to True
teamRoles
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_RELEASE_FOR_ORGANIZATION

Creates a new sentry release for an existing organization, associating it with specified projects that must belong to that organization.

Action Parameters

commits
array
dateReleased
string
organization_id_or_slug
stringRequired
projects
arrayRequired
ref
string
refs
array
url
string
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_MEMBER

Permanently removes a member from a sentry organization, revoking their access to that organization and all its associated projects.

Action Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_BY_ID_OR_SLUG

Retrieves 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 Parameters

detailed
string
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_RELEASE_VERSION

Retrieves detailed information, including optional health data and statistics, for a specific release version within a sentry organization.

Action Parameters

adoptionStages
boolean
health
boolean
healthStatsPeriod
string
organization_id_or_slug
stringRequired
project_id
string
query
string
sort
string
status
string
summaryStatsPeriod
string
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_ISSUES_LIST

Retrieves 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 Parameters

cursor
string
hashes
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
query
string
shortIdLookup
boolean
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_TEAM_INFO_VIA_ORGANIZATION_ID_OR_SLUG

Retrieves detailed information for an existing sentry team within its organization, optionally expanding related data (e.g., projects) or collapsing sections (e.g., organization details).

Action Parameters

collapse
string
expand
string
organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_DETAILS

Updates a sentry project's settings (e.g., name, slug, platform, bookmark status); `isbookmarked` can be updated with `project:read` permission, other fields typically require `project:write` or `project:admin` permissions.

Action Parameters

highlightContext
object
highlightTags
array
isBookmarked
boolean
name
string
organization_id_or_slug
stringRequired
platform
string
project_id_or_slug
stringRequired
resolveAge
integer
slug
string
subjectPrefix
string
subjectTemplate
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_ISSUE_STATUS_AND_DETAILS

Bulk 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 Parameters

assignedTo
string
hasSeen
boolean
id
integer
ignoreDuration
integer
isBookmarked
boolean
isPublic
boolean
merge
boolean
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
status
string
statusDetails__ignoreCount
integer
statusDetails__ignoreDuration
integer
statusDetails__ignoreUserCount
integer
statusDetails__ignoreUserWindow
integer
statusDetails__ignoreWindow
integer
statusDetails__inCommit
string
statusDetails__inNextRelease
boolean
statusDetails__inRelease
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_ADD_REMOVE_USER_EMAIL_BY_ID

Adds or removes a secondary email for an existing sentry user, determined by whether the email already exists for that user.

Action Parameters

email
stringRequired
user_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_ADD_TEAM_MEMBER_IN_ORGANIZATION

Adds 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 Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_ADD_TEAM_TO_PROJECT

Grants a sentry team access to a sentry project within the specified sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_DASHBOARD_WITH_WIDGETS

Creates 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 Parameters

end
string
environment
array
filters
object
id
string
organization_id_or_slug
stringRequired
period
string
projects
array
start
string
title
stringRequired
utc
boolean
widgets
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_EXTERNAL_USER_FOR_ORGANIZATION

Links 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 Parameters

external_id
string
external_name
stringRequired
id
integerRequired
integration_id
integerRequired
organization_id_or_slug
stringRequired
provider
stringRequired
user_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_ORGANIZATION_ALERT_RULE

Creates a sentry metric alert rule for an organization, mandating a 'critical' trigger, typically for a single project, where actions may require sentry integrations.

Action Parameters

activationCondition
integer
aggregate
stringRequired
comparisonDelta
integer
dataset
string
environment
string
eventTypes
array
monitorType
integer
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
projects
arrayRequired
query
stringRequired
queryType
integer
resolveThreshold
integer
thresholdType
integerRequired
timeWindow
integerRequired
triggers
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_ORGANIZATION_MONITOR

Creates 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 Parameters

is_muted
boolean
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
slug
string
status
stringDefaults to active
type
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_ORGANIZATION_TEAM

Creates a new team in a sentry organization, requiring either a 'slug' (preferred, as 'name' is deprecated) or 'name' to define the team.

Action Parameters

name
string
organization_id_or_slug
stringRequired
slug
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_PROJECT_KEY_WITH_OPTIONAL_RATE_LIMITING

Creates a new client key (dsn) for an existing sentry project, with optional custom rate limit configuration.

Action Parameters

name
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
rateLimit__count
integer
rateLimit__window
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_PROJECT_RULE_FOR_ALERTS

Creates 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 Parameters

actionMatch
stringRequired
actions
arrayRequired
conditions
arrayRequired
environment
string
filterMatch
string
filters
array
frequency
integerRequired
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_PROJECT_WEBHOOK_SUBSCRIPTION

Registers 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 Parameters

events
arrayRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
url
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_RELEASE_DEPLOY_FOR_ORG

Creates a new deploy record in sentry to track the introduction of a release version into a specific environment.

Action Parameters

dateFinished
string
dateStarted
string
environment
stringRequired
name
string
organization_id_or_slug
stringRequired
projects
array
url
string
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_SCIM_GROUP_FOR_ORGANIZATION

Creates a new sentry team (scim group) within an organization where scim is enabled; a url-friendly slug is auto-generated from the `displayname` (e.g., 'my team' becomes 'my-team' by lowercasing and replacing spaces with dashes), and the team starts with no members.

Action Parameters

displayName
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_TEAM_PROJECT_FOR_ORGANIZATION

Creates a new sentry project for an existing organization and team, allowing configuration of its name, slug, platform, and default alert rules.

Action Parameters

default_rules
boolean
name
stringRequired
organization_id_or_slug
stringRequired
platform
string
slug
string
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_CREATE_USER_FOR_SAML_INTEGRATION

Creates a new sentry organization member via a scim request for saml integration; this action does not support setting secondary emails.

Action Parameters

organization_id_or_slug
stringRequired
sentryOrgRole
string
userName
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_DSYMS_FOR_PROJECT

Permanently removes a specific debug information file (dif), used for symbolicating crash reports, from the specified sentry project and organization.

Action Parameters

id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_EXTERNAL_ISSUE_BY_UUID

Unlinks an external issue (e.g., from jira/github), identified by `external issue id`, from the sentry app installation specified by `uuid`.

Action Parameters

external_issue_id
stringRequired
uuid
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_EXTERNAL_TEAM_BY_ID

Unlinks a previously established external team from a sentry team; this action does not delete either the sentry team or the external team.

Action Parameters

external_team_id
integerRequired
organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_EXTERNAL_USER_FROM_ORGANIZATION

Deletes the link between an external user (e.g., from an sso provider) and a sentry user within the specified sentry organization.

Action Parameters

external_user_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_MEMBER_FROM_TEAM

Removes an organization member from a sentry team, revoking their team-specific permissions, provided the member is currently part of that team.

Action Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_ALERT_RULE

Deletes a specific metric alert rule within a sentry organization.

Action Parameters

alert_rule_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_DASHBOARD

Deletes a custom dashboard or tombstones (marks as deleted) a pre-built dashboard within a sentry organization.

Action Parameters

dashboard_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_DISCOVER_QUERY

Permanently removes a specific saved discover query (a configuration for exploring event data) from a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
query_id
integerRequired

Action Response

data
object
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_INTEGRATION

Permanently deletes a specific integration previously installed for the sentry organization.

Action Parameters

integration_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_ISSUE

Permanently deletes a specific sentry issue, identified by its id, from an organization; this operation is irreversible and idempotent.

Action Parameters

issue_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_MONITOR

Deletes a sentry cron monitor or, if `environment` is specified, only specific environments within that monitor.

Action Parameters

environment
array
monitor_id_or_slug
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORGANIZATION_RELEASE

Permanently and irreversibly removes a sentry release, including all its associated files, identified by its version from the specified organization.

Action Parameters

organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_ORG_NOTIFICATION_ACTION

Deletes 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 Parameters

action_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_BY_ID

Schedules a sentry project for asynchronous deletion within a specified organization, hiding it from most public views once the process begins.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_HOOK

Deletes a specific service hook from a sentry project using its organization, project, and hook identifiers.

Action Parameters

hook_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_ISSUES

Permanently removes specified issues from a sentry project; if no issue ids are provided, it removes the oldest 1000 issues.

Action Parameters

id
array
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_KEY

Permanently deletes a specific client key (dsn) for a project, preventing it from being used to send events to sentry.

Action Parameters

key_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
object
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_MONITOR

Deletes a sentry monitor, or optionally only its specified environments, for a given project.

Action Parameters

environment
array
monitor_id_or_slug
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
object
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_REPLAY

Permanently 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 Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
replay_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_RULE

Permanently deletes a specific issue alert rule from an existing project within an existing sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
rule_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_SYMBOL_SOURCES

Deletes a specific custom symbol source from a project.

Action Parameters

id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_PROJECT_TEAM_ASSOCIATION

Revokes a team's access to a sentry project; this operation is idempotent.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_RELEASE_FILE

Permanently deletes a specific file from an existing release, project, and organization; this action is idempotent.

Action Parameters

file_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_RELEASE_FILE_BY_ID

Permanently deletes a specific build artifact (e.g., source map, application bundle) associated with a release.

Action Parameters

file_id
stringRequired
organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_TEAM_BY_ORGANIZATION_OR_TEAM_SLUG

Schedules a sentry team for asynchronous deletion, which releases the team's slug for reuse upon successful scheduling.

Action Parameters

organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_TEAM_FROM_ORG_SCIM_V2

Permanently and irreversibly deletes a specific team from a sentry organization via a scim v2 request, provided scim integration is enabled for the organization.

Action Parameters

organization_id_or_slug
stringRequired
team_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_USER_EMAILS_BY_ID

Permanently removes a sentry user's email address; if multiple emails exist, sentry's api logic (e.g., primary or previously marked) determines which is deleted.

Action Parameters

user_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_DELETE_USER_FROM_ORG

Removes a scim-managed member from a sentry organization that has scim enabled, permanently revoking their access.

Action Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
object
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_ISSUE_EVENT_BY_ID

Retrieves the 'latest', 'oldest', or 'recommended' event for a sentry issue, optionally filtered by environment(s).

Action Parameters

environment
array
event_id
stringRequired
issue_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_ORGANIZATION_ALERT_RULES

Retrieves a list of active metric alert rules for an existing sentry organization, identified by its id or slug.

Action Parameters

organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_ORGANIZATION_RELEASE_THRESHOLD_STATUSES

Retrieves 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. **`[warning]`**: this api is experimental (alpha) and subject to change!

Action Parameters

end
stringRequired
environment
array
organization_id_or_slug
stringRequired
projectSlug
array
release
array
start
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_ORGANIZATION_REPLAY_COUNT

Retrieves the total count of session replays for a specified sentry organization, filterable by time range, environment, project, and query.

Action Parameters

end
string
environment
array
organization_id_or_slug
stringRequired
project
array
query
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_ORGANIZATION_REPLAY_DETAILS

Retrieves 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 Parameters

cursor
string
end
string
environment
string
field
array
organization_id_or_slug
stringRequired
per_page
integer
project
array
query
string
replay_id
stringRequired
sort
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_ORGANIZATION_REPLAY_SELECTORS

Fetches 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 Parameters

cursor
string
end
string
environment
array
organization_id_or_slug
stringRequired
per_page
integer
project
array
query
string
sort
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_PROJECT_ENVIRONMENT_DETAILS

Retrieves detailed information for a specific environment within a sentry project.

Action Parameters

environment
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_PROJECT_OWNERSHIP_DETAILS

Retrieves the ownership configuration, like codeowners rules or issue owner settings, for a specified sentry project.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_PROJECT_RELEASE_FILES

Retrieves artifact files (e.g., source maps, debug information files) for a specific release version in a sentry project; requires existing organization, project, and release version with associated files.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_PROJECT_REPLAY_CLICKS

Fetches a list of user click interactions for a specific sentry session replay, including the clicked dom element id and timestamp.

Action Parameters

cursor
string
environment
array
organization_id_or_slug
stringRequired
per_page
integer
project_id_or_slug
stringRequired
query
string
replay_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_REPLAY_RECORDING_SEGMENT

Retrieves a specific recording segment for a sentry replay, requiring valid organization, project, replay, and segment identifiers.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
replay_id
stringRequired
segment_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_FETCH_TAG_VALUES_FOR_ISSUE

Retrieves 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 Parameters

environment
array
issue_id
integerRequired
key
stringRequired
sort
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ACTIVATION_OF_ALERT_RULE_FOR_ORGANIZATION

Retrieves all activations (triggered instances) for a specific metric alert rule within a sentry organization.

Action Parameters

alert_rule_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_INTEGRATION_DETAILS_BY_ORG

Retrieves details for a specific integration, identified by `integration id`, installed within an existing sentry organization, identified by `organization id or slug`.

Action Parameters

integration_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_DETAILS

Retrieves sentry organizations accessible via the current authentication, with scope varying between user (all in region) and api key (linked org only) credentials.

Action Parameters

cursor
string
owner
boolean
query
string
sortBy
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_ENVIRONMENTS

Retrieves a list of deployment environments (e.g., 'production', 'staging') for a sentry organization, optionally filtering by visibility.

Action Parameters

organization_id_or_slug
stringRequired
visibility
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_ISSUE_DETAILS

Retrieves detailed information for a specific issue within a sentry organization.

Action Parameters

issue_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_MONITOR_BY_ID_OR_SLUG

Retrieves detailed information for a specific monitor (e.g., a cron job or scheduled task) within an organization.

Action Parameters

environment
array
monitor_id_or_slug
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_SESSIONS

Retrieves time series data for an organization's sentry project release health sessions; note session duration data (e.g., using `avg(session.duration)`) may be incomplete after jan 12, 2023, results are capped at 10,000 data points, `statsperiod` overrides `start`/`end` timestamps, and the `interval` parameter (default/min '1h', max '1d', format like `statsperiod`) dictates time series resolution and must cleanly divide one day.

Action Parameters

end
string
environment
array
field
arrayRequired
groupBy
array
includeSeries
integer
includeTotals
integer
interval
string
orderBy
string
organization_id_or_slug
stringRequired
per_page
integer
project
array
query
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_ORGANIZATION_STATS_SUMMARY

Retrieves 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 Parameters

category
string
download
boolean
end
string
field
stringRequired
interval
string
organization_id_or_slug
stringRequired
outcome
string
project
array
reason
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_PROJECT_EVENTS

Retrieves a list of error events for a specified project within a sentry organization, with options for pagination and detail level.

Action Parameters

cursor
string
full
boolean
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
sample
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_PROJECT_EVENT_STATS

Retrieves event statistics for a specified sentry project, returning data as [timestamp, count] pairs; ensure `since` precedes `until` if both are provided.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
resolution
string
since
string
stat
string
until
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_PROJECT_HOOK

Retrieves detailed information for an existing service hook, identified by `hook id`, within a specific sentry project and organization.

Action Parameters

hook_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_PROJECT_LIST

Retrieves a list of sentry projects (representing monitored applications or services), useful for discovery or selecting a project for subsequent operations.

Action Parameters

cursor
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_PROJECT_MONITOR_BY_ID

Retrieves detailed information for a specific sentry cron monitor, provided the organization, project, and monitor exist.

Action Parameters

monitor_id_or_slug
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_PROJECT_RULE_DETAILS

Retrieves detailed information for a specific issue alert rule within a sentry project.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
rule_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_SCIM_GROUP_BY_TEAM_ID

Retrieves 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 Parameters

organization_id_or_slug
stringRequired
team_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_SENTRY_APP_INSTALLATIONS_FOR_ORGANIZATION

Retrieves a list of sentry app installations for a given organization, which must exist.

Action Parameters

organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_TEAM_MEMBERS_BY_ID_OR_SLUG

Retrieves a list of all active members for a sentry team, excluding users with pending invitations.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_GET_WHO_VIEWED_REPLAY_BY_PROJECT

Retrieves users who viewed a specific, existing session replay within a sentry project and organization.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
replay_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_ORGANIZATION_DASHBOARDS

Retrieves a list of custom dashboards for a sentry organization, with pagination support.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_ORGANIZATION_MEMBERS

Lists all members, including those with pending invitations, for a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_ORGANIZATION_RELEASES

Retrieves a list of releases for an existing sentry organization, optionally filtering by a query string that matches the start of the release version.

Action Parameters

organization_id_or_slug
stringRequired
query
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_ORGANIZATION_REPOSITORIES

Retrieves a list of version control repositories for a specific sentry organization, which must exist and is identified by its id or slug.

Action Parameters

organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_ORGANIZATION_USER_TEAMS

Retrieves a list of all teams that the authenticated user has access to within the specified sentry organization.

Action Parameters

organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_PROJECT_USERS

Retrieves users who have interacted with or are recognized within a specific sentry project, optionally filtered by a query.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
query
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_SCIM_V2_ORGANIZATION_USERS

Retrieves a paginated list of scim (system for cross-domain identity management) users for a sentry organization, allowing for filtering, pagination, and attribute exclusion.

Action Parameters

count
integerDefaults to 100
excludedAttributes
array
filter
string
organization_id_or_slug
stringRequired
startIndex
integerDefaults to 1

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_LIST_TEAMS_IN_ORGANIZATION

Lists teams for an existing sentry organization, optionally including project details and supporting pagination via a cursor.

Action Parameters

cursor
string
detailed
string
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_MANAGE_TEAM_EXTERNAL_INTEGRATIONS

Links an external team or channel (e.g., slack, github) to an existing sentry team, using a pre-configured integration for the specified provider and its valid sentry integration id.

Action Parameters

external_id
string
external_name
stringRequired
integration_id
integerRequired
organization_id_or_slug
stringRequired
provider
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_MODIFY_ORGANIZATION_MONITOR_DATA

Updates 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 Parameters

is_muted
boolean
monitor_id_or_slug
stringRequired
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
slug
string
status
stringDefaults to active
type
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_MODIFY_ORGANIZATION_NOTIFICATION_ACTION

Modifies an organization's notification action, specifically for `spike-protection` triggers.

Action Parameters

action_id
integerRequired
integration_id
integer
organization_id_or_slug
stringRequired
projects
array
service_type
stringRequired
target_display
string
target_identifier
string
trigger_type
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_MODIFY_ORGANIZATION_SETTINGS

Updates settings for a sentry organization, such as name, slug, member roles, privacy, and integrations; if `avatartype` is 'upload', `avatar` (base64 image) is required.

Action Parameters

alertsMemberWrite
boolean
allowJoinRequests
boolean
allowSharedIssues
boolean
attachmentsRole
string
avatar
string
avatarType
string
cancelDeletion
boolean
codecovAccess
boolean
dataScrubber
boolean
dataScrubberDefaults
boolean
debugFilesRole
string
defaultRole
string
enhancedPrivacy
boolean
eventsMemberAdmin
boolean
githubNudgeInvite
boolean
githubOpenPRBot
boolean
githubPRBot
boolean
hideAiFeatures
boolean
isEarlyAdopter
boolean
issueAlertsThreadFlag
boolean
metricAlertsThreadFlag
boolean
name
string
openMembership
boolean
organization_id_or_slug
stringRequired
relayPiiConfig
string
require2FA
boolean
safeFields
array
scrapeJavaScript
boolean
scrubIPAddresses
boolean
sensitiveFields
array
slug
string
storeCrashReports
integer
trustedRelays
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_MODIFY_RELEASE_FILE_ATTRIBUTES

Updates attributes (e.g., name, distribution) of a specific file within an existing release, identified by organization, version, and file id.

Action Parameters

dist
string
file_id
stringRequired
name
string
organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_PATCH_SCIM_GROUP_OPERATIONS

Performs scim patch operations (rfc 7644) to update attributes of a scim-enabled sentry team, provided scim integration is active for the organization.

Action Parameters

Operations
arrayRequired
organization_id_or_slug
stringRequired
team_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_PATCH_USER_ACTIVE_STATUS_IN_ORGANIZATION

Deactivates and permanently deletes a sentry organization member by using a scim patch operation to set their 'active' attribute to 'false'.

Action Parameters

Operations
arrayRequired
member_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_POST_PROJECT_SYMBOL_SOURCES

Adds 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 Parameters

access_key
string
bucket
string
client_email
string
id
string
layout__casing
string
layout__type
string
name
stringRequired
organization_id_or_slug
stringRequired
password
string
prefix
string
private_key
string
project_id_or_slug
stringRequired
region
string
secret_key
string
type
stringRequired
url
string
username
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_POST_SPIKE_PROTECTION_FOR_ORGANIZATION

Enables or updates spike protection for specified projects (or all projects using `['$all']`) within an existing sentry organization, to which the projects must belong.

Action Parameters

organization_id_or_slug
stringRequired
projects
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ALERT_RULE_DETAILS

Retrieves detailed information for a specific metric alert rule within a sentry organization.

Action Parameters

alert_rule_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_COMMITS_FOR_ORGANIZATION_REPO

Retrieves a list of commits for a given repository within a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
repo_id
stringRequired

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_COMMIT_FILES_FOR_RELEASE

Retrieves files changed in commits for a specified sentry release; the release must exist and have linked commits.

Action Parameters

organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_DSYM_FILES_FOR_PROJECT

Retrieve a list of debug information files (dsym files) for a specified sentry project, used for symbolication to display human-readable stack traces.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_EVENT_ID_FOR_ORGANIZATION

Resolves a sentry event id to its project and issue details within an accessible sentry organization.

Action Parameters

event_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_FILES_FOR_RELEASE

Retrieves 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 Parameters

organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ISSUE_EVENTS_BY_ID

Retrieves events for a specified sentry `issue id`, which must be an existing issue.

Action Parameters

end
string
environment
array
full
boolean
issue_id
integerRequired
query
string
sample
boolean
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ISSUE_HASHES_FOR_ORGANIZATION

Retrieves a list of grouping checksums (hashes) generated by sentry for a specific issue within an organization, used for understanding event aggregation.

Action Parameters

cursor
string
full
booleanDefaults to True
issue_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ISSUE_TAG_DETAILS

Retrieves detailed information (e.g., top values, counts) for a specific tag key on an existing sentry issue; results are paginated (max 1000 values per page).

Action Parameters

environment
array
issue_id
integerRequired
key
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_MONITOR_CHECKINS

Retrieves the history of check-ins for a sentry monitor, providing insights into the health and performance of associated scheduled tasks.

Action Parameters

monitor_id_or_slug
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_MONITOR_CHECKINS_BY_ORG

Retrieves check-ins (pings/heartbeats of a monitored cron job or task) for a specific monitor within a sentry organization.

Action Parameters

monitor_id_or_slug
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_NOTIFICATION_ACTION_BY_ORG_ID

Retrieves details for a specific spike protection notification action, which defines alerts for triggered spike protection rules, within a sentry organization.

Action Parameters

action_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_DASHBOARD

Fetches detailed information about a specific custom dashboard within a sentry organization.

Action Parameters

dashboard_id
integerRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_EVENTS

Retrieves 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 Parameters

end
string
environment
array
field
arrayRequired
organization_id_or_slug
stringRequired
per_page
integer
project
array
query
string
sort
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_INTEGRATIONS_LIST

Retrieves a list of available integrations for an existing sentry organization.

Action Parameters

features
array
includeConfig
boolean
organization_id_or_slug
stringRequired
providerKey
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_MEMBER

Retrieves 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 Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_MONITORS

Retrieves cron monitors for a sentry organization, including details of nested monitor environments.

Action Parameters

environment
array
organization_id_or_slug
stringRequired
owner
string
project
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_PROJECTS

Retrieves a list of sentry projects for a specified organization (which must be accessible), supporting pagination via cursor.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_RELAY_USAGE

Retrieves relay usage information, primarily a list of trusted relays, for a specified sentry organization, which must have relay usage enabled.

Action Parameters

organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_RELEASE_COMMITS

Retrieves a list of commits for a given release version in an existing sentry organization, if the release exists.

Action Parameters

organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_REPLAYS

Fetches session replays for a sentry organization; use `statsperiod` for relative time, or `start` and `end` (used together) for absolute time ranges.

Action Parameters

cursor
string
end
string
environment
string
field
array
organization_id_or_slug
stringRequired
per_page
integer
project
array
query
string
sort
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_SCIM_GROUPS

Retrieves 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 Parameters

count
integerDefaults to 100
excludedAttributes
array
filter
string
organization_id_or_slug
stringRequired
startIndex
integerDefaults to 1

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORGANIZATION_STATS_V2

Retrieves 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 Parameters

category
string
end
string
field
stringRequired
groupBy
arrayRequired
interval
string
organization_id_or_slug
stringRequired
outcome
string
project
array
reason
string
start
string
statsPeriod
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_ORG_INTEGRATION_CONFIG

Retrieves configuration for all integrations, or a specific integration if `providerkey` is given, for an existing sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
providerKey
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_ENVIRONMENTS

Retrieves a list of environments for an existing project within a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
visibility
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_EVENT_BY_ID

Retrieves detailed information for a specific sentry event using its id, organization identifier, and project identifier.

Action Parameters

event_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_FILTER_DATA

Retrieves a sentry project's current data filtering settings, used to ignore events from sources like localhost, web crawlers, or legacy browsers.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_HOOKS

Return a list of service hooks (webhooks) bound to a sentry project, used to send notifications to external services upon event occurrences.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_KEYS_BY_ORG_AND_PROJECT

Retrieves a list of client keys (dsns), used by sentry sdks to send events, for a specified project within an organization.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
status
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_KEY_DETAILS

Retrieves details of a specific client key (dsn) for a sentry project, which is used by sentry sdks to send event data.

Action Parameters

key_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_MEMBERS_LIST

Retrieves active organization members belonging to any team assigned to the specified sentry project.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_RELEASE_FILE_DETAILS

Retrieves metadata (default) or raw content (if `download` is true) for a specific file within a sentry project's release version.

Action Parameters

download
boolean
file_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_RULES_BY_ORG_AND_PROJECT_ID

Retrieves a list of active issue alert rules associated with a specific project within an organization.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_SYMBOL_SOURCES

Retrieves custom symbol sources for a sentry project, either listing all or fetching a specific one if its id is provided.

Action Parameters

id
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_TAG_VALUES

Retrieves up to 1000 unique values for a specified tag key that has been recorded for events within a sentry project.

Action Parameters

key
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_PROJECT_TEAMS

Retrieves a list of teams with explicit access to a specific project within a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_RELEASE_COMMITS

Retrieves a list of commits associated with a specific release version within a sentry project.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_RELEASE_DEPLOYMENTS

Retrieves a list of all deployment records for a specific release version in an organization, detailing each deployment's environment and timestamps.

Action Parameters

organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_RELEASE_FILE_BY_ID

Retrieves 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 Parameters

download
boolean
file_id
stringRequired
organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_REPLAY_RECORDING_SEGMENTS

Retrieves a paginated list of recording segments for a specific sentry replay, used for reconstructing or analyzing the replay.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
per_page
integer
project_id_or_slug
stringRequired
replay_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_SAVED_DISCOVER_QUERIES

Retrieves a list of saved discover queries for a sentry organization, optionally filtered and sorted.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
per_page
integer
query
string
sortBy
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_SAVED_DISCOVER_QUERY_FOR_ORGANIZATION

Retrieves a specific saved discover query (a predefined set of filters and conditions for exploring event data) for a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
query_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_SHORT_ID_FOR_ORGANIZATION

Resolves an existing sentry short id to its issue details within a valid sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
short_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_SOURCE_MAP_DEBUG_EVENT

Retrieves detailed debug information for diagnosing source map processing issues for a specific sentry event, stack trace frame, and exception index.

Action Parameters

event_id
stringRequired
exception_idx
integerRequired
frame_idx
integerRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_TEAM_PROJECTS

Retrieves a list of sentry projects for a specific team within an organization, supporting pagination via a cursor.

Action Parameters

cursor
string
organization_id_or_slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_USER_EMAIL_INFORMATION

Retrieves a list of email addresses for an existing sentry user, identified by their `user id`.

Action Parameters

user_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_USER_FEEDBACK_FOR_PROJECT

Retrieves user feedback for a project from sentry's older 'user reports' system, excluding feedback from the modern 'user feedback widget'.

Action Parameters

organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_RETRIEVE_USER_VIA_SCIM_API

Retrieves 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 Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_SAVE_ORGANIZATION_DISCOVER_QUERY

Saves 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 Parameters

display
string
end
string
environment
array
fields
array
interval
string
name
stringRequired
orderby
string
organization_id_or_slug
stringRequired
projects
array
query
string
queryDataset
stringDefaults to error-events
range
string
start
string
topEvents
integer
yAxis
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_SUBMIT_NOTIFICATION_ACTION_API_DATA

Creates 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 Parameters

integration_id
integer
organization_id_or_slug
stringRequired
projects
array
service_type
stringRequired
target_display
string
target_identifier
string
trigger_type
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_SUBMIT_PROJECT_USER_FEEDBACK

Deprecated: 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 Parameters

comments
stringRequired
email
stringRequired
event_id
stringRequired
name
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_SWITCH_TEAM_ROLE_FOR_MEMBER

Changes 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 Parameters

member_id
stringRequired
organization_id_or_slug
stringRequired
teamRole
stringDefaults to contributor
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_TOGGLE_PROJECT_FILTER_STATUS

Updates 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 Parameters

active
boolean
filter_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
subfilters
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_ENVIRONMENT_VISIBILITY

Updates the visibility of a specific environment within a sentry project.

Action Parameters

environment
stringRequired
isHidden
booleanRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_EXTERNAL_TEAM_INTEGRATION

Updates 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 Parameters

external_id
string
external_name
stringRequired
external_team_id
integerRequired
integration_id
integerRequired
organization_id_or_slug
stringRequired
provider
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_EXTERNAL_USER_FOR_ORGANIZATION

Updates attributes of an existing external user linkage (identified by `external user id`) within a sentry organization (specified by `organization id or slug`).

Action Parameters

external_id
string
external_name
stringRequired
external_user_id
integerRequired
id
integerRequired
integration_id
integerRequired
organization_id_or_slug
stringRequired
provider
stringRequired
user_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_ISSUE_ATTRIBUTES_IN_ORGANIZATION

Updates specified attributes of an existing sentry issue within a sentry organization, leaving other attributes unchanged.

Action Parameters

assignedTo
string
hasSeen
boolean
isBookmarked
boolean
isPublic
boolean
isSubscribed
boolean
issue_id
stringRequired
organization_id_or_slug
stringRequired
status
string
statusDetails__inCommit
string
statusDetails__inNextRelease
boolean
statusDetails__inRelease
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_ORGANIZATION_ALERT_RULES

Replaces an existing sentry metric alert rule's configuration; fields not provided in the request are removed or reset.

Action Parameters

activationCondition
integer
aggregate
stringRequired
alert_rule_id
integerRequired
comparisonDelta
integer
dataset
string
environment
string
eventTypes
array
monitorType
integer
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
projects
arrayRequired
query
stringRequired
queryType
integer
resolveThreshold
integer
thresholdType
integerRequired
timeWindow
integerRequired
triggers
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_ORGANIZATION_DASHBOARD

Updates 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 Parameters

dashboard_id
integerRequired
end
string
environment
array
filters
object
id
string
organization_id_or_slug
stringRequired
period
string
projects
array
start
string
title
string
utc
boolean
widgets
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_ORGANIZATION_MEMBER_ROLE

Updates 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 Parameters

member_id
stringRequired
orgRole
string
organization_id_or_slug
stringRequired
teamRoles
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_KEY_CONFIGURATION

Updates configuration settings (e.g., name, status, rate limits, sdk options) for an existing sentry client key (dsn), identified by `key id`, within a specified `project id or slug` and `organization id or slug`.

Action Parameters

browserSdkVersion
string
dynamicSdkLoaderOptions__hasDebug
boolean
dynamicSdkLoaderOptions__hasPerformance
boolean
dynamicSdkLoaderOptions__hasReplay
boolean
isActive
boolean
key_id
stringRequired
name
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
rateLimit__count
integer
rateLimit__window
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_MONITOR

Updates 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 Parameters

is_muted
boolean
monitor_id_or_slug
stringRequired
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
project_id_or_slug
stringRequired
slug
string
status
stringDefaults to active
type
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_OWNERSHIP_SETTINGS

Updates the ownership configuration settings (raw rules, fallthrough, auto-assignment, codeowners sync) for a sentry project; omitted attributes retain their current values.

Action Parameters

autoAssignment
string
codeownersAutoSync
booleanDefaults to True
fallthrough
boolean
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
raw
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_RELEASE_FILE_DETAILS

Updates the name (path) or distribution identifier of a specific file within an existing project release in sentry.

Action Parameters

dist
string
file_id
stringRequired
name
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_PROJECT_RULE_BY_ID

Updates 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 Parameters

actionMatch
stringRequired
actions
arrayRequired
conditions
arrayRequired
environment
string
filterMatch
string
filters
array
frequency
integerRequired
name
stringRequired
organization_id_or_slug
stringRequired
owner
string
project_id_or_slug
stringRequired
rule_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_RELEASE_DETAILS_FOR_ORGANIZATION

Updates an existing sentry release's details for an organization, including its reference, url, release date, associated commits, or repository references.

Action Parameters

commits
array
dateReleased
string
organization_id_or_slug
stringRequired
ref
string
refs
array
url
string
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_SAVED_QUERY_FOR_ORGANIZATION

Updates an existing discover saved query for a sentry organization.

Action Parameters

display
string
end
string
environment
array
fields
array
interval
string
name
stringRequired
orderby
string
organization_id_or_slug
stringRequired
projects
array
query
string
queryDataset
stringDefaults to error-events
query_id
integerRequired
range
string
start
string
topEvents
integer
yAxis
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_SYMBOL_SOURCE_SETTINGS

Updates an existing custom symbol source's settings in a sentry project, such as its type, name, layout preferences, and connection parameters.

Action Parameters

access_key
string
bucket
string
client_email
string
id
stringRequired
layout__casing
string
layout__type
string
name
stringRequired
organization_id_or_slug
stringRequired
password
string
prefix
string
private_key
string
project_id_or_slug
stringRequired
region
string
secret_key
string
type
stringRequired
url
string
username
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_TEAM_INFORMATION_BY_ORGANIZATION_ID

Updates the slug for an existing team within a sentry organization.

Action Parameters

organization_id_or_slug
stringRequired
slug
stringRequired
team_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_USER_EMAIL

Updates 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 Parameters

email
stringRequired
user_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPDATE_WEBHOOK_CONFIGURATION_XP

Updates an existing sentry service hook's target url and subscribed event types for a given project and organization.

Action Parameters

events
arrayRequired
hook_id
stringRequired
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
url
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPLOAD_DSYMS_FILE_TO_PROJECT

Uploads a dsym (debug symbols) zip archive, containing an apple .dsym folder, to the specified sentry project for symbolicating crash reports from apple platforms.

Action Parameters

file
object
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPLOAD_FILE_TO_PROJECT_RELEASE

Uploads 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 Parameters

dist
string
file
object
header
string
name
string
organization_id_or_slug
stringRequired
project_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_UPLOAD_RELEASE_FILE_TO_ORGANIZATION

Uploads a new file, such as a source map or debug information, to an existing release version in a sentry organization.

Action Parameters

dist
string
file
object
header
string
name
string
organization_id_or_slug
stringRequired
version
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SENTRY_VIEW_ORGANIZATION_NOTIFICATION_ACTIONS

Retrieves 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 Parameters

organization_id_or_slug
stringRequired
project
array
project_id_or_slug
array
triggerType
string

Action Response

data
objectRequired
error
string
successful
booleanRequired