Bugsnag · Schema

ErrorItem

Represents a grouped error in Bugsnag, which aggregates multiple individual events with the same error class and message.

Properties

Name Type Description
id string The unique identifier of the error.
project_id string The identifier of the project this error belongs to.
error_class string The class or type of the error (e.g., TypeError, NullPointerException).
message string The error message associated with this error group.
context string The context in which the error occurred (e.g., controller#action).
severity string The severity level of the error.
status string The current status of the error.
events integer The total number of events for this error.
users integer The total number of unique users affected by this error.
first_seen string The date and time the error was first seen.
last_seen string The date and time the error was last seen.
first_seen_unfiltered string The unfiltered first seen date and time.
release_stages array The release stages in which this error has been seen.
created_at string The date and time the error record was created.
events_url string The API URL to list events for this error.
html_url string The URL to the error on the Bugsnag dashboard.
url string The API URL for this error resource.
comment_count integer The number of comments on this error.
missing_dsyms array List of missing debug symbol UUIDs for symbolication.
overrides object Override settings applied to this error.
assigned_collaborator_id string The ID of the collaborator assigned to this error.
View JSON Schema on GitHub

JSON Schema

bugsnag-erroritem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorItem",
  "title": "ErrorItem",
  "type": "object",
  "description": "Represents a grouped error in Bugsnag, which aggregates multiple individual events with the same error class and message.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the error."
    },
    "project_id": {
      "type": "string",
      "description": "The identifier of the project this error belongs to."
    },
    "error_class": {
      "type": "string",
      "description": "The class or type of the error (e.g., TypeError, NullPointerException)."
    },
    "message": {
      "type": "string",
      "description": "The error message associated with this error group."
    },
    "context": {
      "type": "string",
      "description": "The context in which the error occurred (e.g., controller#action)."
    },
    "severity": {
      "type": "string",
      "enum": [
        "error",
        "warning",
        "info"
      ],
      "description": "The severity level of the error."
    },
    "status": {
      "type": "string",
      "enum": [
        "open",
        "fixed",
        "snoozed",
        "ignored"
      ],
      "description": "The current status of the error."
    },
    "events": {
      "type": "integer",
      "description": "The total number of events for this error."
    },
    "users": {
      "type": "integer",
      "description": "The total number of unique users affected by this error."
    },
    "first_seen": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the error was first seen."
    },
    "last_seen": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the error was last seen."
    },
    "first_seen_unfiltered": {
      "type": "string",
      "format": "date-time",
      "description": "The unfiltered first seen date and time."
    },
    "release_stages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The release stages in which this error has been seen."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the error record was created."
    },
    "events_url": {
      "type": "string",
      "format": "uri",
      "description": "The API URL to list events for this error."
    },
    "html_url": {
      "type": "string",
      "format": "uri",
      "description": "The URL to the error on the Bugsnag dashboard."
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The API URL for this error resource."
    },
    "comment_count": {
      "type": "integer",
      "description": "The number of comments on this error."
    },
    "missing_dsyms": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of missing debug symbol UUIDs for symbolication."
    },
    "overrides": {
      "type": "object",
      "description": "Override settings applied to this error."
    },
    "assigned_collaborator_id": {
      "type": "string",
      "description": "The ID of the collaborator assigned to this error."
    }
  }
}

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/bugsnag-erroritem"
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.