Skip to main content
List Sentry issues for a project

Tool details

FieldValue
Namesentry__list_issues
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "organizationSlug": {
      "type": "string",
      "description": "Sentry organization slug"
    },
    "projectSlug": {
      "type": "string",
      "description": "Sentry project slug"
    },
    "query": {
      "type": "string",
      "description": "Sentry issue search query, for example is:unresolved"
    },
    "statsPeriod": {
      "type": "string",
      "description": "Stats period, for example 24h, 14d, or 30d"
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of issues to return"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  },
  "required": [
    "organizationSlug",
    "projectSlug"
  ],
  "description": "Input schema for the sentry__list_issues tool."
}

Output schema

This tool does not publish an output schema.