PostHog · Schema

AlertCheck

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string
created_at string
calculated_value number
state object
targets_notified boolean
anomaly_scores object
triggered_points object
triggered_dates object
interval string
triggered_metadata object
investigation_status object
investigation_verdict object
investigation_summary string
investigation_notebook_short_id string Short ID of the Notebook produced by the investigation agent, when the agent ran for this check.
notification_sent_at string
notification_suppressed_by_agent boolean
View JSON Schema on GitHub

JSON Schema

posthog-alertcheck-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlertCheck",
  "title": "AlertCheck",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "calculated_value": {
      "type": "number",
      "format": "double",
      "readOnly": true,
      "nullable": true
    },
    "state": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AlertCheckStateEnum"
        }
      ],
      "readOnly": true
    },
    "targets_notified": {
      "type": "boolean",
      "readOnly": true
    },
    "anomaly_scores": {
      "readOnly": true,
      "nullable": true
    },
    "triggered_points": {
      "readOnly": true,
      "nullable": true
    },
    "triggered_dates": {
      "readOnly": true,
      "nullable": true
    },
    "interval": {
      "type": "string",
      "readOnly": true,
      "nullable": true
    },
    "triggered_metadata": {
      "readOnly": true,
      "nullable": true
    },
    "investigation_status": {
      "readOnly": true,
      "nullable": true,
      "oneOf": [
        {
          "$ref": "#/components/schemas/InvestigationStatusEnum"
        },
        {
          "$ref": "#/components/schemas/NullEnum"
        }
      ]
    },
    "investigation_verdict": {
      "readOnly": true,
      "nullable": true,
      "oneOf": [
        {
          "$ref": "#/components/schemas/InvestigationVerdictEnum"
        },
        {
          "$ref": "#/components/schemas/NullEnum"
        }
      ]
    },
    "investigation_summary": {
      "type": "string",
      "readOnly": true,
      "nullable": true
    },
    "investigation_notebook_short_id": {
      "type": "string",
      "nullable": true,
      "readOnly": true,
      "description": "Short ID of the Notebook produced by the investigation agent, when the agent ran for this check."
    },
    "notification_sent_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "notification_suppressed_by_agent": {
      "type": "boolean",
      "readOnly": true
    }
  },
  "required": [
    "anomaly_scores",
    "calculated_value",
    "created_at",
    "id",
    "interval",
    "investigation_notebook_short_id",
    "investigation_status",
    "investigation_summary",
    "investigation_verdict",
    "notification_sent_at",
    "notification_suppressed_by_agent",
    "state",
    "targets_notified",
    "triggered_dates",
    "triggered_metadata",
    "triggered_points"
  ]
}

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/posthog-alertcheck"
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.