GlitchTip · Schema

IssueDetailSchema

GlitchTip IssueDetailSchema

Error TrackingPerformance MonitoringUptime MonitoringApplication MonitoringOpen-SourceSentry CompatibleObservabilityLogging

Properties

Name Type Description
id string
count string
type object
level object
status object
metadata object
project object
shortId string
numComments integer
stats object
shareId object
logger object
permalink object
statusDetails object
subscriptionDetails object
userCount object
matchingEventId object
firstRelease object
lastRelease object
firstSeen string
lastSeen string
assignedTo object
title string
culprit object
userReportCount integer
View JSON Schema on GitHub

JSON Schema

glitchtip-issuedetailschema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/glitchtip/main/json-schema/glitchtip-issuedetailschema.json",
  "title": "IssueDetailSchema",
  "description": "GlitchTip IssueDetailSchema",
  "properties": {
    "id": {
      "title": "Id",
      "type": "string"
    },
    "count": {
      "title": "Count",
      "type": "string"
    },
    "type": {
      "$ref": "#/components/schemas/IssueEventTypeDisplay"
    },
    "level": {
      "$ref": "#/components/schemas/LogLevelDisplay"
    },
    "status": {
      "$ref": "#/components/schemas/EventStatusDisplay"
    },
    "metadata": {
      "additionalProperties": true,
      "title": "Metadata",
      "type": "object"
    },
    "project": {
      "$ref": "#/components/schemas/ProjectReference"
    },
    "shortId": {
      "title": "Shortid",
      "type": "string"
    },
    "numComments": {
      "title": "Numcomments",
      "type": "integer"
    },
    "stats": {
      "anyOf": [
        {
          "additionalProperties": {
            "items": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "type": "array"
          },
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "default": {
        "24h": []
      },
      "title": "Stats"
    },
    "shareId": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Shareid"
    },
    "logger": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Logger"
    },
    "permalink": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": "Not implemented",
      "title": "Permalink"
    },
    "statusDetails": {
      "anyOf": [
        {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "title": "Statusdetails"
    },
    "subscriptionDetails": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Subscriptiondetails"
    },
    "userCount": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": 0,
      "title": "Usercount"
    },
    "matchingEventId": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Matchingeventid"
    },
    "firstRelease": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/IssueReleaseSchema"
        },
        {
          "type": "null"
        }
      ]
    },
    "lastRelease": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/IssueReleaseSchema"
        },
        {
          "type": "null"
        }
      ]
    },
    "firstSeen": {
      "format": "date-time",
      "title": "Firstseen",
      "type": "string"
    },
    "lastSeen": {
      "format": "date-time",
      "title": "Lastseen",
      "type": "string"
    },
    "assignedTo": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/IssueActorSchema"
        },
        {
          "type": "null"
        }
      ]
    },
    "title": {
      "maxLength": 255,
      "title": "Title",
      "type": "string"
    },
    "culprit": {
      "anyOf": [
        {
          "maxLength": 1024,
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Culprit"
    },
    "userReportCount": {
      "title": "Userreportcount",
      "type": "integer"
    }
  },
  "required": [
    "id",
    "count",
    "type",
    "level",
    "status",
    "metadata",
    "project",
    "shortId",
    "numComments",
    "firstSeen",
    "lastSeen",
    "title",
    "userReportCount"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glitchtip-issuedetailschema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.