Skip to main content
Server path: /sentry-issues | Type: Application | PCID required: Yes

Tools


sentry_issues_create_a_new_saved_query

Create a new saved query for the given organization. Parameters:
Return a list of source map errors for a given event. Parameters:

sentry_issues_delete_an_organization_s_discover_saved_query

Delete a saved query. Parameters:

sentry_issues_edit_an_organization_s_discover_saved_query

Modify a saved query. Parameters:

sentry_issues_list_a_project_s_error_events

Return a list of events bound to a project. Parameters:

sentry_issues_list_a_tag_s_values_for_an_issue

Returns a list of values associated with this key for an issue. Returns at most 1000 values when paginated. Parameters:

sentry_issues_list_an_issue_s_events

Return a list of error events bound to an issue Parameters:

sentry_issues_list_an_issue_s_hashes

This endpoint lists an issue’s hashes, which are the generated checksums used to aggregate individual events. Parameters:

sentry_issues_list_an_organization_s_discover_saved_queries

Retrieve a list of saved queries that are associated with the given organization. Parameters:

sentry_issues_list_an_organization_s_issues

Return a list of issues for an organization. All parameters are supplied as query string parameters. A default query of is:unresolved is applied. To return all results, use an empty query value (i.e. “?query=`). Parameters:

sentry_issues_list_seer_ai_models

Get list of actively used LLM model names from Seer. Returns the list of AI models that are currently used in production in Seer. This endpoint does not require authentication and can be used to discover which models Seer uses. Requests to this endpoint should use the region-specific domain eg. us.sentry.io or de.sentry.io

sentry_issues_query_explore_events_in_table_format

Retrieves explore data for a given organization. Note: This endpoint is intended to get a table of results, and is not for doing a full export of data sent to Sentry. The field query parameter determines what fields will be selected in the data and meta keys of the endpoint response. - The data key contains a list of results row by row that match the query made - The meta key contains information about the response, including the unit or type of the fields requested Parameters:

sentry_issues_query_explore_events_in_timeseries_format

Retrieves explore data for a given organization as a timeseries. This endpoint can return timeseries for either 1 or many axis, and results grouped to the top events depending on the parameters passed Parameters:

sentry_issues_remove_an_issue

Removes an individual issue. Parameters:

sentry_issues_resolve_a_short_id

Resolve a short ID to the project slug and group details. Parameters:

sentry_issues_resolve_an_event_id

This resolves an event ID to the project slug and internal issue ID and internal event ID. Parameters:

sentry_issues_retrieve_an_event_for_a_project

Return details on an individual event. Parameters:

sentry_issues_retrieve_an_issue

Return details on an individual issue. This returns the basic stats for the issue (title, last seen, first seen), some overall numbers (number of comments, user reports) as well as the summarized event data. Parameters:

sentry_issues_retrieve_an_issue_event

Retrieves the details of an issue event. Parameters:

sentry_issues_retrieve_an_organization_s_discover_saved_query

Retrieve a saved query. Parameters:

sentry_issues_retrieve_seer_issue_fix_state

Retrieve the current detailed state of an issue fix process for a specific issue including: - Current status - Steps performed and their outcomes - Repository information and permissions - Root Cause Analysis - Proposed Solution - Generated code changes This endpoint although documented is still experimental and the payload may change in the future. Parameters:

sentry_issues_retrieve_tag_details

Return a list of values associated with this key for an issue. When paginated can return at most 1000 values. Parameters:

sentry_issues_start_seer_issue_fix

Trigger a Seer Issue Fix run for a specific issue. The issue fix process can: - Identify the root cause of the issue - Propose a solution - Generate code changes - Create a pull request with the fix The process runs asynchronously, and you can get the state using the GET endpoint. Parameters:

sentry_issues_update_an_issue

Updates an individual issue’s attributes. Only the attributes submitted are modified. Parameters: