Sentry · Schema

Sentry Release

Represents a release in Sentry. Releases track deployments of application versions and link error events to specific code changes, commits, and deployment environments.

APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time Monitoring

Properties

Name Type Description
id integer The internal unique identifier of the release.
version string The version identifier of the release, unique within the organization.
shortVersion string A shortened version string for display purposes.
ref stringnull An optional commit reference (SHA).
url stringnull A URL pointing to the release (often a CI build URL).
dateCreated string When the release was created.
dateReleased stringnull When the release went live.
firstEvent stringnull Timestamp of the first event for this release.
lastEvent stringnull Timestamp of the last event for this release.
newGroups integer The count of new issues introduced by this release.
projects array Projects associated with this release.
authors array Authors of commits in this release.
commitCount integer The number of commits associated with this release.
lastDeploy objectnull The most recent deployment of this release.
View JSON Schema on GitHub

JSON Schema

sentry-release-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://sentry.io/schemas/release.json",
  "title": "Sentry Release",
  "description": "Represents a release in Sentry. Releases track deployments of application versions and link error events to specific code changes, commits, and deployment environments.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The internal unique identifier of the release."
    },
    "version": {
      "type": "string",
      "description": "The version identifier of the release, unique within the organization."
    },
    "shortVersion": {
      "type": "string",
      "description": "A shortened version string for display purposes."
    },
    "ref": {
      "type": ["string", "null"],
      "description": "An optional commit reference (SHA)."
    },
    "url": {
      "type": ["string", "null"],
      "description": "A URL pointing to the release (often a CI build URL)."
    },
    "dateCreated": {
      "type": "string",
      "format": "date-time",
      "description": "When the release was created."
    },
    "dateReleased": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "When the release went live."
    },
    "firstEvent": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Timestamp of the first event for this release."
    },
    "lastEvent": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Timestamp of the last event for this release."
    },
    "newGroups": {
      "type": "integer",
      "description": "The count of new issues introduced by this release."
    },
    "projects": {
      "type": "array",
      "description": "Projects associated with this release.",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "slug": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        }
      }
    },
    "authors": {
      "type": "array",
      "description": "Authors of commits in this release.",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "email": {
            "type": "string",
            "format": "email"
          }
        }
      }
    },
    "commitCount": {
      "type": "integer",
      "description": "The number of commits associated with this release."
    },
    "lastDeploy": {
      "type": ["object", "null"],
      "description": "The most recent deployment of this release.",
      "properties": {
        "id": {
          "type": "string"
        },
        "environment": {
          "type": "string"
        },
        "dateFinished": {
          "type": ["string", "null"],
          "format": "date-time"
        }
      }
    }
  },
  "required": ["version", "dateCreated"]
}

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/sentry-release"
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.