Sentry

Manage Sentry issues, projects, events, and releases

Configuration

List Issues

Operation
List Issues
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project Slug
Filter by project (optional)
Search Query
e.g., is:unresolved, level:error
Stats Period
24h, 7d, 30d
Limit
25
Status
Select...
Sort By
Select...
List Issues (sentry_issues_list)

List issues from Sentry for a specific organization and optionally a specific project. Returns issue details including status, error counts, and last seen timestamps.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
projectSlugstringNoFilter issues by specific project slug (optional)
querystringNoSearch query to filter issues. Supports Sentry search syntax (e.g., "is:unresolved", "level:error")
statsPeriodstringNoTime period for stats (e.g., "24h", "7d", "30d"). Defaults to 24h if not specified.
cursorstringNoPagination cursor for retrieving next page of results
limitnumberNoNumber of issues to return per page (default: 25, max: 100)
statusstringNoFilter by issue status: unresolved, resolved, ignored, or muted
sortstringNoSort order: date, new, freq, priority, or user (default: date)
Output
ParameterTypeDescription
idstringProject ID
shortIdstringShort issue identifier
titlestringIssue title
culpritstringFunction or location that caused the issue
permalinkstringDirect link to the issue in Sentry
loggerstringLogger name that reported the issue
levelstringSeverity level (error, warning, info, etc.)
statusstringCurrent issue status
platformstringPlatform where the issue occurred
namestringProject name
slugstringProject slug

Get Issue

Operation
Get Issue
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Issue ID*
Enter issue ID
Get Issue (sentry_issues_get)

Retrieve detailed information about a specific Sentry issue by its ID. Returns complete issue details including metadata, tags, and statistics.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
issueIdstringYesThe unique ID of the issue to retrieve
Output
ParameterTypeDescription
idstringProject ID
shortIdstringShort issue identifier
titlestringIssue title
culpritstringFunction or location that caused the issue
permalinkstringDirect link to the issue in Sentry
loggerstringLogger name that reported the issue
levelstringSeverity level (error, warning, info, etc.)
statusstringCurrent issue status
statusDetailsobjectAdditional details about the status
isPublicbooleanWhether the issue is publicly visible
platformstringPlatform where the issue occurred
namestringProject name
slugstringProject slug

Update Issue

Operation
Update Issue
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Issue ID*
Enter issue ID
New Status
Select...
Assign To
User ID or email (empty to unassign)
Bookmark Issue
Disabled
Subscribe to Updates
Disabled
Update Issue (sentry_issues_update)

Update a Sentry issue by changing its status, assignment, bookmark state, or other properties. Returns the updated issue details.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
issueIdstringYesThe unique ID of the issue to update
statusstringNoNew status for the issue: resolved, unresolved, ignored, or resolvedInNextRelease
assignedTostringNoUser ID or email to assign the issue to. Use empty string to unassign.
isBookmarkedbooleanNoWhether to bookmark the issue
isSubscribedbooleanNoWhether to subscribe to issue updates
isPublicbooleanNoWhether the issue should be publicly visible
Output
ParameterTypeDescription
idstringUser ID
shortIdstringShort issue identifier
titlestringIssue title
statusstringUpdated issue status
namestringUser name

List Projects

Operation
List Projects
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Limit
25
List Projects (sentry_projects_list)

List all projects in a Sentry organization. Returns project details including name, platform, teams, and configuration.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
cursorstringNoPagination cursor for retrieving next page of results
limitnumberNoNumber of projects to return per page (default: 25, max: 100)
Output
ParameterTypeDescription
idstringOrganization ID
slugstringOrganization slug
namestringProject name
platformstringPlatform/language (e.g., javascript, python)
dateCreatedstringWhen the project was created (ISO timestamp)
isBookmarkedbooleanWhether the project is bookmarked
isMemberbooleanWhether the user is a member of the project
featuresarrayEnabled features for the project

Get Project

Operation
Get Project
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project ID or Slug*
Enter project ID or slug
Get Project (sentry_projects_get)

Retrieve detailed information about a specific Sentry project by its slug. Returns complete project details including teams, features, and configuration.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
projectSlugstringYesThe ID or slug of the project to retrieve
Output
ParameterTypeDescription
idstringUnique project ID
slugstringURL-friendly project identifier
namestringProject name
platformstringPlatform/language (e.g., javascript, python)
dateCreatedstringWhen the project was created (ISO timestamp)
isBookmarkedbooleanWhether the project is bookmarked
isMemberbooleanWhether the user is a member of the project

Create Project

Operation
Create Project
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project Name*
Enter project name
Team Slug*
Team that will own the project
Project Slug
Auto-generated if not provided
Platform
javascript, python, node, etc.
Create Default Alert Rules
Disabled
Create Project (sentry_projects_create)

Create a new Sentry project in an organization. Requires a team to associate the project with. Returns the created project details.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
namestringYesThe name of the project
teamSlugstringYesThe slug of the team that will own this project
slugstringNoURL-friendly project identifier (auto-generated from name if not provided)
platformstringNoPlatform/language for the project (e.g., javascript, python, node, react-native). If not specified, defaults to "other"
defaultRulesbooleanNoWhether to create default alert rules (default: true)
Output
ParameterTypeDescription
idstringOrganization ID
slugstringOrganization slug
namestringProject name
platformstringPlatform/language
dateCreatedstringWhen the project was created (ISO timestamp)

Update Project

Operation
Update Project
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project Slug*
Enter project slug
New Name
Leave empty to keep current name
New Slug
Leave empty to keep current slug
Platform
Leave empty to keep current platform
Bookmark Project
Disabled
Update Project (sentry_projects_update)

Update a Sentry project by changing its name, slug, platform, or other settings. Returns the updated project details.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
projectSlugstringYesThe slug of the project to update
namestringNoNew name for the project
slugstringNoNew URL-friendly project identifier
platformstringNoNew platform/language for the project (e.g., javascript, python, node)
isBookmarkedbooleanNoWhether to bookmark the project
digestsMinDelaynumberNoMinimum delay (in seconds) for digest notifications
digestsMaxDelaynumberNoMaximum delay (in seconds) for digest notifications
Output
ParameterTypeDescription
idstringOrganization ID
slugstringOrganization slug
namestringProject name
platformstringPlatform/language
isBookmarkedbooleanWhether the project is bookmarked

List Events

Operation
List Events
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project Slug*
Enter project slug
Issue ID
Filter by specific issue (optional)
Search Query
e.g., user.email:*@example.com
Limit
50
Stats Period
24h, 7d, 30d, 90d
List Events (sentry_events_list)

List events from a Sentry project. Can be filtered by issue ID, query, or time period. Returns event details including context, tags, and user information.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
projectSlugstringYesThe slug of the project to list events from
issueIdstringNoFilter events by a specific issue ID
querystringNoSearch query to filter events. Supports Sentry search syntax (e.g., "user.email:*@example.com")
cursorstringNoPagination cursor for retrieving next page of results
limitnumberNoNumber of events to return per page (default: 50, max: 100)
statsPeriodstringNoTime period to query (e.g., "24h", "7d", "30d"). Defaults to 90d if not specified.
Output
ParameterTypeDescription
idstringUser ID
eventIDstringEvent identifier
projectIDstringProject ID
groupIDstringIssue group ID
messagestringEvent message
titlestringEvent title
culpritstringFunction or location that caused the event
dateCreatedstringWhen the event was created (ISO timestamp)
dateReceivedstringWhen Sentry received the event (ISO timestamp)
emailstringUser email
usernamestringUsername

Get Event

Operation
Get Event
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project Slug*
Enter project slug
Event ID*
Enter event ID
Get Event (sentry_events_get)

Retrieve detailed information about a specific Sentry event by its ID. Returns complete event details including stack traces, breadcrumbs, context, and user information.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
projectSlugstringYesThe slug of the project
eventIdstringYesThe unique ID of the event to retrieve
Output
ParameterTypeDescription
idstringUser ID
eventIDstringEvent identifier
projectIDstringProject ID
groupIDstringIssue group ID this event belongs to
messagestringEvent message
titlestringEvent title
locationstringLocation information
culpritstringFunction or location that caused the event
dateCreatedstringWhen the event was created (ISO timestamp)
dateReceivedstringWhen Sentry received the event (ISO timestamp)
emailstringUser email
usernamestringUsername
ipAddressstringIP address

List Releases

Operation
List Releases
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Project Slug
Filter by project (optional)
Search Query
Search for specific release versions
Limit
25
List Releases (sentry_releases_list)

List releases for a Sentry organization or project. Returns release details including version, commits, deploy information, and associated projects.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
projectSlugstringNoFilter releases by specific project slug (optional)
querystringNoSearch query to filter releases (e.g., version name pattern)
cursorstringNoPagination cursor for retrieving next page of results
limitnumberNoNumber of releases to return per page (default: 25, max: 100)
Output
ParameterTypeDescription
idstringUser ID
versionstringRelease version identifier
shortVersionstringShortened version identifier
refstringGit reference (commit SHA, tag, or branch)
urlstringURL to the release (e.g., GitHub release page)
dateReleasedstringWhen the release was deployed (ISO timestamp)
dateCreatedstringWhen the release was created (ISO timestamp)
newGroupsnumberNumber of new issues introduced in this release
namestringUser name

Create Release

Operation
Create Release
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Version*
e.g., 2.0.0 or my-app@1.0.0
Projects*
Comma-separated project slugs
Git Reference
Commit SHA, tag, or branch
Release URL
URL to release page (e.g., GitHub release)
Release Date
ISO 8601 timestamp (defaults to now)
Commits (JSON)
[{"id":"abc123","message":"Fix bug"}]
Create Release (sentry_releases_create)

Create a new release in Sentry. A release is a version of your code deployed to an environment. Can include commit information and associated projects. Returns the created release details.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
versionstringYesVersion identifier for the release (e.g., "2.0.0", "my-app@1.0.0", or a git commit SHA)
projectsstringYesComma-separated list of project slugs to associate with this release
refstringNoGit reference (commit SHA, tag, or branch) for this release
urlstringNoURL pointing to the release (e.g., GitHub release page)
dateReleasedstringNoISO 8601 timestamp for when the release was deployed (defaults to current time)
commitsstringNoJSON array of commit objects with id, repository (optional), and message (optional). Example: [{"id":"abc123","message":"Fix bug"}]
Output
ParameterTypeDescription
idstringProject ID
versionstringRelease version identifier
shortVersionstringShortened version identifier
refstringGit reference (commit SHA, tag, or branch)
urlstringURL to the release
dateReleasedstringWhen the release was deployed (ISO timestamp)
dateCreatedstringWhen the release was created (ISO timestamp)
commitCountnumberNumber of commits in this release
namestringProject name

Create Deploy

Operation
Create Deploy
API Key*
••••••••
Organization Slug*
Your Sentry organization slug
Version*
Release version to deploy
Environment*
production, staging, etc.
Deploy Name
Optional deploy name
Deploy URL
URL to CI/CD pipeline or deploy
Start Time
ISO 8601 timestamp (defaults to now)
Finish Time
ISO 8601 timestamp
Create Deploy (sentry_releases_deploy)

Create a deploy record for a Sentry release in a specific environment. Deploys track when and where releases are deployed. Returns the created deploy details.

Input
ParameterTypeRequiredDescription
apiKeystringYesSentry API authentication token
organizationSlugstringYesThe slug of the organization
versionstringYesVersion identifier of the release being deployed
environmentstringYesEnvironment name where the release is being deployed (e.g., "production", "staging")
namestringNoOptional name for this deploy (e.g., "Deploy v2.0 to Production")
urlstringNoURL pointing to the deploy (e.g., CI/CD pipeline URL)
dateStartedstringNoISO 8601 timestamp for when the deploy started (defaults to current time)
dateFinishedstringNoISO 8601 timestamp for when the deploy finished
Output
ParameterTypeDescription
idstringUnique deploy ID
environmentstringEnvironment name where the release was deployed
namestringName of the deploy
urlstringURL pointing to the deploy
dateStartedstringWhen the deploy started (ISO timestamp)

Usage Instructions

Integrate Sentry into the workflow. Monitor issues, manage projects, track events, and coordinate releases across your applications.

Notes

  • Category: tools
  • Type: sentry