Skip to main content
Get details for a Sentry issue

Tool details

FieldValue
Namesentry__get_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "organizationSlug": {
      "type": "string",
      "description": "Sentry organization slug"
    },
    "issueId": {
      "type": "string",
      "description": "Sentry issue ID"
    },
    "collapse": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "One collapse item supplied to the tool."
      },
      "description": "Optional response sections to collapse"
    }
  },
  "required": [
    "organizationSlug",
    "issueId"
  ],
  "description": "Input schema for the sentry__get_issue tool."
}

Output schema

This tool does not publish an output schema.