← Tools Reference

Sentry

Sentry integration (Developer Tools, Security). Imported from open-connector.

OAuth19 toolshttps://sentry.io/api/0
GET
sentry_list_organization_integrations
List installed integrations for a Sentry organization, with optional provider and feature filters.

/organizations/{organizationIdOrSlug}/integrations/

4 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe Sentry organization id or slug whose installed integrations should be liste…
providerKeystringoptionalOptional provider key filter such as slack, github, or jira.
includeConfigbooleanoptionalWhether to ask Sentry to include expanded third-party configuration details.
featuresarrayoptionalOptional provider feature filters such as alert-rule or issue-sync.
GET
sentry_get_organization_integration
Get one installed Sentry organization integration by its integration id.

/organizations/{organizationIdOrSlug}/integrations/{integrationId}/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe Sentry organization id or slug that owns the integration.
integrationIdstringrequiredThe installed integration id to retrieve.
GET
sentry_get_organization_integration_config
List available integration provider configs for a Sentry organization, optionally filtered by provider key.

/organizations/{organizationIdOrSlug}/config/integrations/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe Sentry organization id or slug whose integration config should be retrieved.
providerKeystringoptionalOptional provider key filter such as slack, github, or jira.
GET
sentry_list_organization_sentry_apps
List the custom Sentry Apps created by a Sentry organization.

/organizations/{organizationIdOrSlug}/sentry-apps/

1 parameter
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe Sentry organization id or slug whose custom Sentry Apps should be listed.
GET
sentry_get_sentry_app
Get one Sentry App by id or slug, including integration metadata and OAuth client settings.

/sentry-apps/{sentryAppIdOrSlug}/

1 parameter
ParamTypeRequiredDescription
sentryAppIdOrSlugstringrequiredThe Sentry App id or slug to retrieve from the global Sentry App registry.
GET
sentry_list_organization_projects
List projects that belong to a Sentry organization.

/organizations/{organizationIdOrSlug}/projects/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe Sentry organization id or slug whose projects should be listed.
cursorstringoptionalThe opaque Sentry pagination cursor for the next or previous page.
GET
sentry_get_project
Get one Sentry project by organization and project slug or id.

/projects/{organizationIdOrSlug}/{projectIdOrSlug}/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the project.
projectIdOrSlugstringrequiredThe Sentry project id or slug to retrieve.
GET
sentry_list_organization_issues
List issues for a Sentry organization with optional search, project, and environment filters.

/organizations/{organizationIdOrSlug}/issues/

15 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug whose issues should be listed.
querystringoptionalThe Sentry issue search query string used to filter the results.
sortstringoptionalThe issue sort order such as date, freq, inbox, new, trends, or user.
limitintegeroptionalThe maximum number of issues to return in one page.
startstringoptionalThe inclusive ISO 8601 start time used to filter the issue results.
endstringoptionalThe inclusive ISO 8601 end time used to filter the issue results.
cursorstringoptionalThe opaque Sentry pagination cursor for the issue results.
expandarrayoptionalAdditional issue data keys that Sentry should expand in the response.
collapsearrayoptionalResponse sections that Sentry should collapse or omit from the payload.
environmentsarrayoptionalThe environment names used to filter issues.
projectIdsarrayoptionalThe numeric Sentry project ids used to filter issues.
statsPeriodstringoptionalThe relative stats period such as 24h or 7d used for issue statistics.
shortIdLookupbooleanoptionalWhether Sentry should parse short issue ids inside the query string.
groupStatsPeriodstringoptionalThe issue group statistics window such as auto, 24h, or 14d.
viewIdstringoptionalThe Sentry saved view id whose filters should be applied.
GET
sentry_get_issue
Get one issue in a Sentry organization by numeric id or short id.

/organizations/{organizationIdOrSlug}/issues/{issueId}/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the issue.
issueIdstringrequiredThe Sentry issue id or short id to retrieve.
GET
sentry_get_issue_event
Get one event for a Sentry issue by event id, or use latest, oldest, or recommended selectors.

/organizations/{organizationIdOrSlug}/issues/{issueId}/events/{eventId}/

4 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the issue.
issueIdstringrequiredThe Sentry issue id whose event should be retrieved.
eventIdstringrequiredThe event id or selector such as latest, oldest, or recommended.
environmentsarrayoptionalThe environment names used to filter which issue event Sentry selects.
GET
sentry_list_issue_events
List events that belong to one Sentry issue, with optional event query filters.

/organizations/{organizationIdOrSlug}/issues/{issueId}/events/

9 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the issue.
issueIdstringrequiredThe Sentry issue id whose events should be listed.
fullbooleanoptionalWhether Sentry should return full event payloads instead of summaries.
samplebooleanoptionalWhether Sentry should return a deterministic sample of issue events.
querystringoptionalThe Sentry event search query string used to filter issue events.
startstringoptionalThe inclusive ISO 8601 start time used to filter issue events.
endstringoptionalThe inclusive ISO 8601 end time used to filter issue events.
environmentsarrayoptionalThe environment names used to filter issue events.
statsPeriodstringoptionalThe relative stats period such as 24h or 7d used to filter issue events.
PUT
sentry_update_issue
Update mutable attributes on one Sentry issue, such as status, assignment, or bookmarks.

/organizations/{organizationIdOrSlug}/issues/{issueId}/

9 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the issue.
issueIdstringrequiredThe Sentry issue id to update.
statusstringoptionalThe new issue status such as resolved, resolvedInNextRelease, unresolved, or ig…
hasSeenbooleanoptionalWhether the current user has seen the issue after this update.
isPublicbooleanoptionalWhether the issue should be visible via a public permalink.
assignedTostringoptionalThe assignee actor id, username, or email address; use an empty string to unass…
isBookmarkedbooleanoptionalWhether the current user should bookmark the issue after this update.
isSubscribedbooleanoptionalWhether the current user should subscribe to issue notifications.
statusDetailsobjectoptionalAdditional issue resolution details sent to Sentry.
GET
sentry_list_organization_releases
List releases that belong to a Sentry organization, optionally filtered by version prefix.

/organizations/{organizationIdOrSlug}/releases/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug whose releases should be listed.
querystringoptionalAn optional release version prefix used to filter the release list.
GET
sentry_get_organization_release
Get one release in a Sentry organization, with optional health and summary statistics included.

/organizations/{organizationIdOrSlug}/releases/{version}/

10 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the release.
versionstringrequiredThe Sentry release version identifier to retrieve.
healthbooleanoptionalWhether Sentry should include release health details in the response.
summaryStatsPeriodstringoptionalThe relative time period used for release summary statistics.
healthStatsPeriodstringoptionalThe relative time period used for release health statistics.
adoptionStagesbooleanoptionalWhether Sentry should include release adoption stage information.
projectIdstringoptionalAn optional project id used to scope the release details.
querystringoptionalAn optional Sentry query string used to filter release statistics.
sortstringoptionalThe sort field used for release statistics in the Sentry response.
statusstringoptionalAn optional release status filter such as open or archived.
GET
sentry_get_release_health_stats
Retrieve release health session statistics for one Sentry release by querying the sessions endpoint with that release version.

/organizations/{organizationIdOrSlug}/sessions/

15 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the release.
versionstringrequiredThe Sentry release version to filter release health statistics by.
fieldsarrayrequiredThe session metric fields that Sentry should calculate.
groupByarrayoptionalThe session dimensions that Sentry should group by.
querystringoptionalAn optional additional Sentry search query appended to the release filter.
startstringoptionalThe inclusive ISO 8601 start time used to query release health data.
endstringoptionalThe inclusive ISO 8601 end time used to query release health data.
environmentsarrayoptionalThe environment names used to filter release health statistics.
projectIdsarrayoptionalThe numeric Sentry project ids used to filter release health statistics.
intervalstringoptionalThe interval used for time-series release health statistics.
statsPeriodstringoptionalThe relative time period such as 24h or 7d used for release health statistics.
includeSeriesintegeroptionalWhether Sentry should include series data, using 1 for yes and 0 for no.
includeTotalsintegeroptionalWhether Sentry should include totals data, using 1 for yes and 0 for no.
perPageintegeroptionalThe maximum number of grouped rows to return.
orderBystringoptionalThe metric field Sentry should order the grouped rows by.
GET
sentry_list_organization_replays
List session replays for a Sentry organization, with optional project and environment filters.

/organizations/{organizationIdOrSlug}/replays/

11 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug whose replays should be listed.
startstringoptionalThe inclusive ISO 8601 start time used to filter replays.
endstringoptionalThe inclusive ISO 8601 end time used to filter replays.
statsPeriodstringoptionalThe relative time period such as 1d or 7d used to filter replays.
sortstringoptionalThe replay sort field returned by Sentry, optionally prefixed with -.
fieldarrayoptionalAdditional replay fields that Sentry should include in each result.
querystringoptionalThe Sentry replay search query string used to filter results.
cursorstringoptionalThe opaque Sentry pagination cursor for the replay results.
projectIdsarrayoptionalThe numeric Sentry project ids used to filter replays.
perPageintegeroptionalThe maximum number of replay rows to return.
environmentstringoptionalThe environment name used to filter replays.
GET
sentry_get_replay
Get one replay instance in a Sentry organization by replay id.

/organizations/{organizationIdOrSlug}/replays/{replayId}/

12 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the replay.
replayIdstringrequiredThe replay id to retrieve.
startstringoptionalThe inclusive ISO 8601 start time used to scope replay detail metrics.
endstringoptionalThe inclusive ISO 8601 end time used to scope replay detail metrics.
statsPeriodstringoptionalThe relative time period such as 1h or 7d used to scope replay detail metrics.
sortstringoptionalThe replay detail sort field returned by Sentry, optionally prefixed with -.
fieldarrayoptionalAdditional replay detail fields that Sentry should include in the response.
querystringoptionalThe Sentry replay search query string used to scope the replay detail response.
cursorstringoptionalThe opaque Sentry pagination cursor for nested replay detail data.
projectIdsarrayoptionalThe numeric Sentry project ids used to scope replay details.
perPageintegeroptionalThe maximum number of nested replay detail rows to return.
environmentstringoptionalThe environment name used to scope replay details.
GET
sentry_list_alerts
List alert workflows for a Sentry organization, with optional id, project, and search filters.

/organizations/{organizationIdOrSlug}/workflows/

5 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug whose alert workflows should be listed.
idsarrayoptionalSpecific alert workflow ids that Sentry should filter the list to.
querystringoptionalAn optional free-text search query used to filter alert workflows.
sortBystringoptionalThe alert workflow sort field, optionally prefixed with - for descending.
projectIdsarrayoptionalThe numeric Sentry project ids used to filter alert workflows.
GET
sentry_get_alert
Get one alert workflow in a Sentry organization by workflow id.

/organizations/{organizationIdOrSlug}/workflows/{alertId}/

2 parameters
ParamTypeRequiredDescription
organizationIdOrSlugstringrequiredThe organization id or slug that owns the alert workflow.
alertIdstringrequiredThe alert workflow id to retrieve.